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
@@ -0,0 +1,6 @@
func args(a, b):
print(a)
print(b)
func test():
args(1,)