add basic scenes
This commit is contained in:
commit
c30449c479
10 changed files with 129 additions and 0 deletions
10
Player.tscn
Normal file
10
Player.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene format=3 uid="uid://bjt15rm720w5g"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_0rwas"]
|
||||
|
||||
[node name="Player" type="CharacterBody2D" unique_id=1675096620]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=554119030]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1337429488]
|
||||
shape = SubResource("CapsuleShape2D_0rwas")
|
||||
Loading…
Add table
Add a link
Reference in a new issue