[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"