initial project setup
This commit is contained in:
commit
08a20c683a
10 changed files with 201 additions and 0 deletions
13
test_scene.tscn
Normal file
13
test_scene.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bnjujh22nqr4a"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://diymfwm64gae8" path="res://icon.svg" id="1_uhqqe"]
|
||||
|
||||
[node name="TestScene" type="Node2D"]
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(209, 145)
|
||||
texture = ExtResource("1_uhqqe")
|
||||
|
||||
[node name="Icon2" type="Sprite2D" parent="."]
|
||||
position = Vector2(11, 9)
|
||||
texture = ExtResource("1_uhqqe")
|
||||
Loading…
Add table
Add a link
Reference in a new issue