4 lines
69 B
GDScript3
4 lines
69 B
GDScript3
|
func test():
|
||
|
if true # Missing colon here.
|
||
|
print("true")
|