diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-26 17:13:40 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-26 17:13:40 +0100 |
commit | cb9bb9d1c757b53707c741a3c8c218b513ffb5ec (patch) | |
tree | 1e3741a70672504d71685db98b22f7fe61e0e6cb /UI/PlayerLobby/lobby_theme.tres | |
parent | 72863ffa31e27f4c6be862d80472cfb897fccaea (diff) |
next commit
Diffstat (limited to 'UI/PlayerLobby/lobby_theme.tres')
-rw-r--r-- | UI/PlayerLobby/lobby_theme.tres | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/UI/PlayerLobby/lobby_theme.tres b/UI/PlayerLobby/lobby_theme.tres new file mode 100644 index 0000000..0307ae1 --- /dev/null +++ b/UI/PlayerLobby/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 = 8.0 +content_margin_top = 4.0 +content_margin_right = 8.0 +content_margin_bottom = 4.0 +bg_color = Color(0, 0, 0, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4s0gx"] +content_margin_left = 8.0 +content_margin_top = 4.0 +content_margin_right = 8.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") |