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