mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:04:43 -04:00
Added play button and zoom slider for the small canvas preview
May also be a solution for the age old issue #25.
This commit is contained in:
parent
ebc9eab773
commit
7269b45fc5
10 changed files with 173 additions and 35 deletions
|
@ -163,6 +163,8 @@ func change_project() -> void:
|
|||
Global.transparent_checker._ready()
|
||||
Global.horizontal_ruler.update()
|
||||
Global.vertical_ruler.update()
|
||||
Global.preview_zoom_slider.value = -Global.camera_preview.zoom.x
|
||||
|
||||
Global.window_title = "%s - Pixelorama %s" % [name, Global.current_version]
|
||||
if has_changed:
|
||||
Global.window_title = Global.window_title + "(*)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue