From 36abc689d783774ce4f2d7b5a1bb621d8684be45 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 4 Jun 2022 23:00:58 -0600 Subject: added more ui for after gameplay, generalized basic food --- src/themes/Theme.tres | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/themes/Theme.tres (limited to 'src/themes/Theme.tres') 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 ) -- cgit v1.2.3