Răsfoiți Sursa

Merge pull request #1848 from Vikram1323/patch-4

Update gdscript_advanced.rst
Nathan Lovato 6 ani în urmă
părinte
comite
12d589e0c7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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",