Browse Source

Fixed a missing line break for an example.

Griatch 9 years ago
parent
commit
b5470b83af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      reference/gdscript.rst

+ 1 - 0
reference/gdscript.rst

@@ -806,6 +806,7 @@ Restricting the flags to a certain number of named flags is also
 possible. The syntax is very similar to the enumeration syntax:
 
 ::
+
     # Set any of the given flags from the editor
     export(int, FLAGS, "Fire", "Water", "Earth", "Wind") var spell_elements = 0