diff options
author | Hop311 <Hop3114@gmail.com> | 2023-04-07 16:29:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 16:29:09 +0200 |
commit | 21aeaadf332d1a0d874f2c3850944fbdc6e64ff1 (patch) | |
tree | 8bb75b6bfc1be4717043eeb46b161ff86c5aaf03 /game/theme/main_menu.tres | |
parent | 0c110a5de255d7fbddf77b549cf019dcfef88751 (diff) |
Logo on Mainmenu + icon imports + whitespace cleanup (#82)
* Whitespace cleanup
* Icon import files
* Logo on main menu.
Diffstat (limited to 'game/theme/main_menu.tres')
-rw-r--r-- | game/theme/main_menu.tres | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/theme/main_menu.tres b/game/theme/main_menu.tres index 24c5552..6a3f73d 100644 --- a/game/theme/main_menu.tres +++ b/game/theme/main_menu.tres @@ -189,8 +189,6 @@ TitleButton/styles/focus = SubResource("StyleBoxFlat_2txce") TitleButton/styles/hover = SubResource("StyleBoxTexture_3efxh") TitleButton/styles/normal = ExtResource("6_dx0aj") TitleButton/styles/pressed = SubResource("StyleBox_uuspe") -TitleLabel/base_type = &"Label" -TitleLabel/font_sizes/font_size = 90 VersionLabel/base_type = &"Button" VersionLabel/colors/font_hover_color = Color(0.360784, 0.360784, 0.360784, 1) VersionLabel/colors/font_hover_pressed_color = Color(0.215686, 0.215686, 0.215686, 1) |