11 lines
74 B
GDScript
11 lines
74 B
GDScript
extends MarginContainer
|
|
|
|
signal touch_click()
|
|
|
|
|
|
func judge():
|
|
|
|
|
|
|
|
pass
|