Rename GDScript test script filenames to use snake_case
This commit is contained in:
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,)
|
||||
Loading…
Add table
Add a link
Reference in a new issue