2022-10-03 13:05:31 +00:00
|
|
|
[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"]
|
2022-10-03 14:32:11 +00:00
|
|
|
z_index = 1
|
2022-10-03 13:05:31 +00:00
|
|
|
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"
|