init: initial commit
This commit is contained in:
32
scenes/yellow_bush.tscn
Normal file
32
scenes/yellow_bush.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene format=3 uid="uid://c5tnnrq7mjvis"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dtdncmd6dus80" path="res://assets/sprites/world_tileset.png" id="1_vmkky"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_vmkky"]
|
||||
atlas = ExtResource("1_vmkky")
|
||||
region = Rect2(80, 112, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rlqir"]
|
||||
atlas = ExtResource("1_vmkky")
|
||||
region = Rect2(80, 128, 16, 16)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tu87o"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_vmkky")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rlqir")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 3.0
|
||||
}]
|
||||
|
||||
[node name="Bush" type="Area2D" unique_id=746900817]
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=58297154]
|
||||
sprite_frames = SubResource("SpriteFrames_tu87o")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.44974592
|
||||
Reference in New Issue
Block a user