7 lines
55 B
GDScript3
7 lines
55 B
GDScript3
|
var a = 1
|
||
|
|
||
|
func test():
|
||
|
print(a)
|
||
|
var a = 2
|
||
|
print(a)
|