Post Game jam commit

This commit is contained in:
Daniel Kauss Serna 2026-02-03 21:06:49 +01:00
commit 6db2131520
164 changed files with 172524 additions and 0 deletions

12
ui/texture_container.tscn Normal file
View file

@ -0,0 +1,12 @@
[gd_scene load_steps=2 format=3 uid="uid://bvp37ljy8eaba"]
[ext_resource type="Texture2D" uid="uid://ccp8bbvjf3ly0" path="res://ui/container_bg.png" id="1_1qqo0"]
[node name="TextureContainer" type="NinePatchRect"]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_1qqo0")
patch_margin_left = 10
patch_margin_top = 10
patch_margin_right = 10
patch_margin_bottom = 10