mirror of
https://github.com/Steffo99/watermelonkeys-patched-ld51.git
synced 2024-11-26 09:54:23 +00:00
21 lines
536 B
Text
21 lines
536 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Giovanna.tres" type="SpriteFrames" id=1]
|
|
[ext_resource path="res://Giovanna.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="CapsuleShape2D" id=1]
|
|
radius = 5.0
|
|
|
|
[node name="Giovanna" type="KinematicBody2D"]
|
|
z_index = 1
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
|
frames = ExtResource( 1 )
|
|
animation = "air"
|