bug
This commit is contained in:
parent
6809a3733a
commit
1f44bce864
14 changed files with 245 additions and 10 deletions
13
scenes/test_scene.tscn
Normal file
13
scenes/test_scene.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cfn5pgsewhaof"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c50bfqprpitev" path="res://icon.svg" id="1_g7g4h"]
|
||||
[ext_resource type="PackedScene" uid="uid://c714s5d7d5765" path="res://objects/player/player.tscn" id="2_j8ivh"]
|
||||
|
||||
[node name="TestScene" type="Node"]
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(110, 187)
|
||||
texture = ExtResource("1_g7g4h")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_j8ivh")]
|
||||
position = Vector2(100, 99)
|
||||
Loading…
Add table
Add a link
Reference in a new issue