chore: reorganize project structure
This commit is contained in:
parent
8983b84731
commit
8e0bcc51a3
14 changed files with 14 additions and 14 deletions
9
scenes/dragons/dragon.tscn
Normal file
9
scenes/dragons/dragon.tscn
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://baa8gpicw2yg0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="1_ixu8j"]
|
||||
|
||||
[node name="Dragon" type="Node2D"]
|
||||
|
||||
[node name="Sprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(0, 1)
|
||||
texture = ExtResource("1_ixu8j")
|
Loading…
Add table
Add a link
Reference in a new issue