ShortcutSelector popup theme is now affected by the chosen theme

This commit is contained in:
OverloadedOrama 2020-04-08 21:43:55 +03:00
parent 0cfa1071cc
commit b202bc5c5a
3 changed files with 4 additions and 2 deletions

View file

@ -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: