Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
12
ui/texture_container.tscn
Normal file
12
ui/texture_container.tscn
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue