8 lines
89 B
GDScript
8 lines
89 B
GDScript
extends Sprite2D
|
|
|
|
|
|
|
|
|
|
func _on_buttonright_pressed():
|
|
pass # Replace with function body.
|