Use dark theme's button textures for the gold theme

This commit is contained in:
OverloadedOrama 2020-05-04 02:38:41 +03:00
parent d29338a9aa
commit 0ebc7a6033
4 changed files with 8 additions and 8 deletions

View file

@ -373,7 +373,7 @@ func change_theme(ID : int) -> void:
elif button is Button:
var theme_type := Global.theme_type
if theme_type == "Gold":
theme_type = "Light"
theme_type = "Dark"
var texture : TextureRect
for child in button.get_children():