mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 16:24:49 -04:00
7 lines
125 B
GDScript
7 lines
125 B
GDScript
extends Button
|
|
|
|
var frame := 0
|
|
|
|
func _on_FrameButton_pressed() -> void:
|
|
Global.current_frame = frame
|
|
Global.change_frame()
|