mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 03:34:43 -04:00
Text under frames and TimelineSeconds color change on different themes
This commit is contained in:
parent
bfd64a6b84
commit
1f2d8406c2
6 changed files with 17 additions and 8 deletions
|
@ -93,6 +93,9 @@ func change_theme(ID : int) -> void:
|
|||
var disabled_file_name = button.texture_disabled.resource_path.get_file()
|
||||
button.texture_disabled = load("res://Assets/Graphics/%s Themes/%s/%s" % [Global.theme_type, button_category, disabled_file_name])
|
||||
|
||||
# Make sure the frame text gets updated
|
||||
Global.current_frame = Global.current_frame
|
||||
|
||||
func _on_GridWidthValue_value_changed(value : float) -> void:
|
||||
Global.grid_width = value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue