Rename GDScript test script filenames to use snake_case

This commit is contained in:
Andrii Doroshenko (Xrayez) 2021-04-16 22:16:19 +03:00
parent 49511d4391
commit 1e26bf23c2
24 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,3 @@
func test():
if true # Missing colon here.
print("true")