mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 08:22:59 +00:00
Fix LUA-style assignment in Dictionary
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
func test():
|
||||
var dict = {}
|
||||
dict.test = 1
|
||||
print(dict.test)
|
||||
Reference in New Issue
Block a user