6 lines
55 B
GDScript
6 lines
55 B
GDScript
var a = 1
|
|
|
|
func test():
|
|
print(a)
|
|
var a = 2
|
|
print(a)
|