19 lines
732 B
Plaintext
19 lines
732 B
Plaintext
[gd_scene format=3 uid="uid://bcut3trvergf4"]
|
|
|
|
[ext_resource type="Script" uid="uid://bau2luf3gfsdm" path="res://player.gd" id="1_3mip4"]
|
|
[ext_resource type="SpriteFrames" uid="uid://dgm1psq1l0m8a" path="res://assets/heron_sprites.tres" id="2_insbl"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_rug40"]
|
|
|
|
[node name="Player" type="Area2D" unique_id=581149424]
|
|
script = ExtResource("1_3mip4")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=341536366]
|
|
position = Vector2(0, -16)
|
|
shape = SubResource("CapsuleShape2D_rug40")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=960567317]
|
|
sprite_frames = ExtResource("2_insbl")
|
|
animation = &"idle"
|
|
offset = Vector2(0, -32)
|