mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:54:43 -04:00
ShortcutSelector popup theme is now affected by the chosen theme
This commit is contained in:
parent
0cfa1071cc
commit
b202bc5c5a
3 changed files with 4 additions and 2 deletions
|
@ -329,6 +329,8 @@ func change_theme(ID : int) -> void:
|
|||
# Make sure the frame text gets updated
|
||||
Global.current_frame = Global.current_frame
|
||||
|
||||
$Popups/ShortcutSelector.theme = main_theme
|
||||
|
||||
|
||||
func apply_shortcuts_preset(preset) -> void:
|
||||
for action in preset:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue