init: initial commit
This commit is contained in:
32
scenes/bush.tscn
Normal file
32
scenes/bush.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene format=3 uid="uid://ba4lx4bpujr2s"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dtdncmd6dus80" path="res://assets/sprites/world_tileset.png" id="1_lad4k"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_lad4k"]
|
||||
atlas = ExtResource("1_lad4k")
|
||||
region = Rect2(16, 64, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ehqem"]
|
||||
atlas = ExtResource("1_lad4k")
|
||||
region = Rect2(16, 80, 16, 16)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tu87o"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_lad4k")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ehqem")
|
||||
}],
|
||||
"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