path + gamin

This commit is contained in:
2024-10-19 23:43:45 +02:00
parent fdbb131c09
commit fa51e53d7d
24 changed files with 642 additions and 9 deletions

14
scene/gamin.tscn Normal file
View File

@@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://cvos258vtnsju"]
[ext_resource type="Texture2D" uid="uid://gnnvs3vb6gbp" path="res://model/Kid1.png" id="1_lgn5e"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_34g5i"]
[node name="gamin" type="CharacterBody2D"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_34g5i")
[node name="Kid1" type="Sprite2D" parent="."]
position = Vector2(0, -1)
texture = ExtResource("1_lgn5e")