feat: base scene working
This commit is contained in:
parent
55901d4fd4
commit
2d7902c31c
3 changed files with 23 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ctytpqaed0yqx"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ctytpqaed0yqx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://3kyt3shje5r1" path="res://scripts/window.gd" id="1_3vi8l"]
|
||||
[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://icon.svg" id="1_rpg24"]
|
||||
|
||||
[node name="Base" type="Node2D"]
|
||||
script = ExtResource("1_3vi8l")
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(450, 303)
|
||||
position = Vector2(576, 324)
|
||||
scale = Vector2(9, 5.0625)
|
||||
texture = ExtResource("1_rpg24")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue