mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 07:04:43 -04:00
add follow canvas movement and scale option to transparent checker (#311)
This commit is contained in:
parent
b998c87bcc
commit
39808082b6
9 changed files with 93 additions and 7 deletions
|
@ -9,6 +9,7 @@ onready var play_button : Button = $SettingsContainer/VBoxContainer/PlayButton
|
|||
func _on_PreviewZoomSlider_value_changed(value : float) -> void:
|
||||
camera.zoom = -Vector2(value, value)
|
||||
camera.save_values_to_project()
|
||||
camera.update_transparent_checker_offset()
|
||||
|
||||
|
||||
func _on_PlayButton_toggled(button_pressed : bool) -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue