mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
7 lines
102 B
GDScript3
7 lines
102 B
GDScript3
|
extends Button
|
||
|
|
||
|
var frame := 0
|
||
|
|
||
|
func _on_FrameButton_pressed() -> void:
|
||
|
Global.current_frame = frame
|