From 647e2e1812c00e29337a61560644f7aa91d0eb0f Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 12 Oct 2024 13:59:11 +0200 Subject: next commit --- UI/lobby_theme.tres | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 UI/lobby_theme.tres (limited to 'UI/lobby_theme.tres') diff --git a/UI/lobby_theme.tres b/UI/lobby_theme.tres new file mode 100644 index 0000000..f983c2f --- /dev/null +++ b/UI/lobby_theme.tres @@ -0,0 +1,19 @@ +[gd_resource type="Theme" load_steps=3 format=3 uid="uid://bt84t61hrvoyn"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vhn61"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(0, 0, 0, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4s0gx"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(0, 0, 0, 1) + +[resource] +Button/styles/disabled = SubResource("StyleBoxFlat_vhn61") +Button/styles/normal = SubResource("StyleBoxFlat_4s0gx") -- cgit v1.2.3