Răsfoiți Sursa

Update gdscript_advanced.rst

Vikram1323 6 ani în urmă
părinte
comite
3d9f98318d

+ 1 - 0
getting_started/scripting/gdscript/gdscript_advanced.rst

@@ -300,6 +300,7 @@ states and quick structs:
 
     # Same example, lua-style support.
     # This syntax is a lot more readable and usable
+    # Like any GDScript identifier, keys written in this form cannot start with a digit.
 
     var d = {
         name = "John",