4 lines
60 B
GDScript3
4 lines
60 B
GDScript3
|
|
func test():
|
||
|
|
print("Using spaces")
|
||
|
|
print("Using tabs")
|