new font and menu tweaks, created bishop and knight character
This commit is contained in:
@@ -5,10 +5,10 @@ content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.428961, 0.730226, 0.50528, 1)
|
||||
bg_color = Color(0.9100096, 0.86291647, 0.708175, 1)
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.298858, 0.546296, 0.363635, 1)
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
@@ -19,10 +19,10 @@ content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.298858, 0.546296, 0.363635, 1)
|
||||
bg_color = Color(0.95843965, 0.9319269, 0.85383695, 1)
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.234842, 0.443383, 0.289887, 1)
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
@@ -33,10 +33,10 @@ content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.234842, 0.443383, 0.289887, 1)
|
||||
bg_color = Color(0.8565786, 0.79335916, 0.5865505, 1)
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.234842, 0.443383, 0.289887, 1)
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
|
||||
@@ -367,7 +367,8 @@ offset_left = -268.5
|
||||
offset_right = 67.359985
|
||||
offset_bottom = 137.0
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "A majordomo in Venice"
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "\"Good evening\""
|
||||
autowrap_mode = 3
|
||||
script = null
|
||||
|
||||
@@ -387,6 +388,7 @@ offset_left = -100.0
|
||||
offset_right = 200.0
|
||||
offset_bottom = 145.0
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Make tables plans for the best night possible"
|
||||
autowrap_mode = 3
|
||||
|
||||
@@ -399,12 +401,28 @@ modulate = Color(1, 1, 1, 0)
|
||||
[node name="MenuButtonsBoxContainer" parent="MenuContainer/MenuButtonsMargin/MenuButtonsContainer" index="0"]
|
||||
lock = true
|
||||
|
||||
[node name="NewGameButton" parent="MenuContainer/MenuButtonsMargin/MenuButtonsContainer/MenuButtonsBoxContainer" index="0"]
|
||||
custom_minimum_size = Vector2(200, 50)
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_focus_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_pressed_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_hover_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_hover_pressed_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="OptionsButton" parent="MenuContainer/MenuButtonsMargin/MenuButtonsContainer/MenuButtonsBoxContainer" index="1"]
|
||||
visible = false
|
||||
|
||||
[node name="CreditsButton" parent="MenuContainer/MenuButtonsMargin/MenuButtonsContainer/MenuButtonsBoxContainer" index="2"]
|
||||
visible = false
|
||||
|
||||
[node name="ExitButton" parent="MenuContainer/MenuButtonsMargin/MenuButtonsContainer/MenuButtonsBoxContainer" index="3"]
|
||||
custom_minimum_size = Vector2(0, 50)
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_focus_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_pressed_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_hover_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_hover_pressed_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="VersionContainer" parent="VersionMargin" index="0"]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user