challenge-editor/scene/game_flow_touch.gd

11 lines
74 B
GDScript3
Raw Normal View History

2024-09-23 11:47:55 +08:00
extends MarginContainer
signal touch_click()
func judge():
pass