summaryrefslogtreecommitdiff
path: root/src/themes/Theme.tres
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-06-04 23:00:58 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-06-04 23:00:58 -0600
commit36abc689d783774ce4f2d7b5a1bb621d8684be45 (patch)
treea3dbed6069fbd8d9a588c7510ce581af3e847af0 /src/themes/Theme.tres
parent9a2bcf02c2623c8f3e8f5e74e70b3c0333790484 (diff)
added more ui for after gameplay, generalized basic food
Diffstat (limited to 'src/themes/Theme.tres')
-rw-r--r--src/themes/Theme.tres31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/themes/Theme.tres b/src/themes/Theme.tres
new file mode 100644
index 0000000..50f97b6
--- /dev/null
+++ b/src/themes/Theme.tres
@@ -0,0 +1,31 @@
+[gd_resource type="Theme" load_steps=6 format=2]
+
+[ext_resource path="res://fonts/MonogramExtended.tres" type="DynamicFont" id=1]
+[ext_resource path="res://themes/style_box_texture.png" type="Texture" id=2]
+[ext_resource path="res://themes/style_box_texture_1x1.png" type="Texture" id=3]
+
+[sub_resource type="StyleBoxTexture" id=2]
+texture = ExtResource( 3 )
+region_rect = Rect2( 0, 0, 1, 1 )
+margin_left = 1.0
+margin_right = 1.0
+margin_top = 1.0
+margin_bottom = 1.0
+expand_margin_left = 1.0
+expand_margin_right = 1.0
+
+[sub_resource type="StyleBoxTexture" id=1]
+texture = ExtResource( 2 )
+region_rect = Rect2( 0, 0, 3, 3 )
+margin_left = 1.0
+margin_right = 1.0
+margin_top = 1.0
+margin_bottom = 1.0
+expand_margin_left = 1.0
+expand_margin_right = 1.0
+
+[resource]
+default_font = ExtResource( 1 )
+HSeparator/constants/separation = 1
+HSeparator/styles/separator = SubResource( 2 )
+PanelContainer/styles/panel = SubResource( 1 )