mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-27 00:04:42 -04:00
Renamed "Godot" theme to Blue
This commit is contained in:
parent
748171d4f2
commit
85ffd389be
8 changed files with 186 additions and 185 deletions
|
@ -329,9 +329,9 @@ func change_theme(ID : int) -> void:
|
|||
elif ID == 2: # Godot's Theme
|
||||
Global.theme_type = "Blue"
|
||||
VisualServer.set_default_clear_color(Color("3b445c"))
|
||||
main_theme = preload("res://assets/themes/godot/theme.tres")
|
||||
top_menu_style = preload("res://assets/themes/godot/top_menu_style.tres")
|
||||
ruler_style = preload("res://assets/themes/godot/ruler_style.tres")
|
||||
main_theme = preload("res://assets/themes/blue/theme.tres")
|
||||
top_menu_style = preload("res://assets/themes/blue/top_menu_style.tres")
|
||||
ruler_style = preload("res://assets/themes/blue/ruler_style.tres")
|
||||
elif ID == 3: # Gold Theme
|
||||
Global.theme_type = "Gold"
|
||||
VisualServer.set_default_clear_color(Color(0.694118, 0.619608, 0.458824))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue