add rolling saw

This commit is contained in:
pennyrigate 2023-03-08 02:06:39 -05:00
parent 7606485692
commit 0454ec21b8

View file

@ -0,0 +1,25 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://graphics/enemy/sawblade.png" type="Texture" id=1]
[ext_resource path="res://objects/enemy/rolling_fiend.tscn" type="PackedScene" id=2]
[sub_resource type="AtlasTexture" id=1]
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 12, 12 )
[sub_resource type="AtlasTexture" id=2]
atlas = ExtResource( 1 )
region = Rect2( 12, 0, 12, 12 )
[sub_resource type="SpriteFrames" id=3]
animations = [ {
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
"loop": true,
"name": "default",
"speed": 20.0
} ]
[node name="RollingSaw" instance=ExtResource( 2 )]
[node name="AnimatedSprite" parent="." index="0"]
frames = SubResource( 3 )