Skip to content

Commit

Permalink
Merge pull request #24 from mohaalak/patch-2
Browse files Browse the repository at this point in the history
Update gdscript.rst
  • Loading branch information
akien-mga committed Feb 28, 2016
2 parents ffff82e + 1ef73d6 commit 12dc0a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reference/gdscript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,10 @@ variables:

export(Color, RGB) var col # Color is RGB
export(Color, RGBA) var col # Color is RGBA

# another node in the scene can be exported too
export(NodePath) var node
It must be noted that even if the script is not being run while at the
editor, the exported properties are still editable (see below for
"tool").
Expand Down

0 comments on commit 12dc0a6

Please sign in to comment.