made the game real
This commit is contained in:
parent
dccc27dd72
commit
e2ddd9cefe
15 changed files with 211 additions and 10 deletions
|
|
@ -1,13 +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="Texture2D" uid="uid://cokpdf3gw10kr" path="res://space.png" id="1_ikr60"]
|
||||
[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")
|
||||
position = Vector2(120, 160)
|
||||
texture = ExtResource("1_ikr60")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_ikr60")]
|
||||
position = Vector2(100, 99)
|
||||
position = Vector2(124, 280)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue