mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 13:44:44 -04:00
Use dark theme's button textures for the gold theme
This commit is contained in:
parent
d29338a9aa
commit
0ebc7a6033
4 changed files with 8 additions and 8 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue