Bläddra i källkod

Update gdscript_advanced.rst

Vikram1323 6 år sedan
förälder
incheckning
3d9f98318d
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      getting_started/scripting/gdscript/gdscript_advanced.rst

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

@@ -300,6 +300,7 @@ states and quick structs:
 
 
     # Same example, lua-style support.
     # Same example, lua-style support.
     # This syntax is a lot more readable and usable
     # 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 = {
     var d = {
         name = "John",
         name = "John",