initial project setup
This commit is contained in:
commit
40ebde624c
13 changed files with 296 additions and 0 deletions
9
scenes/test_scene.tscn
Normal file
9
scenes/test_scene.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dxsp66qpvm65b"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c50bfqprpitev" path="res://icon.svg" id="1_g7g4h"]
|
||||
|
||||
[node name="TestScene" type="Node"]
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(110, 187)
|
||||
texture = ExtResource("1_g7g4h")
|
||||
Loading…
Add table
Add a link
Reference in a new issue