feat: configure base project

This commit is contained in:
Gerard Gascón 2025-04-03 16:12:13 +02:00
parent 52f676abec
commit 3511aaaabf
2 changed files with 18 additions and 0 deletions

9
base.tscn Normal file
View file

@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://ctytpqaed0yqx"]
[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://icon.svg" id="1_rpg24"]
[node name="Base" type="Node2D"]
[node name="Icon" type="Sprite2D" parent="."]
position = Vector2(450, 303)
texture = ExtResource("1_rpg24")