path + gamin
This commit is contained in:
14
scene/gamin.tscn
Normal file
14
scene/gamin.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user