start of player char
This commit is contained in:
parent
2926a12796
commit
3c62183156
11 changed files with 335 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bnjujh22nqr4a"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bnjujh22nqr4a"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://diymfwm64gae8" path="res://icon.svg" id="1_uhqqe"]
|
||||
[ext_resource type="PackedScene" uid="uid://djpowg53xsgux" path="res://objects/player/player.tscn" id="2_ia1lp"]
|
||||
|
||||
[node name="TestScene" type="Node2D"]
|
||||
|
||||
|
|
@ -11,3 +12,7 @@ texture = ExtResource("1_uhqqe")
|
|||
[node name="Icon2" type="Sprite2D" parent="."]
|
||||
position = Vector2(11, 9)
|
||||
texture = ExtResource("1_uhqqe")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_ia1lp")]
|
||||
position = Vector2(115, 93)
|
||||
walk_speed = 100.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue