godot/demos/2d/fog_of_war
Rémi Verschelde 7589b2bf60 Improve code formatting
The scripts were streamlined using more or less the following conventions:
 - space after a comma in lists of arguments
 - spaces around weak operators (+, -), no spaces around strong operators (*, /)
 - spaces around comparison operators and compound assignment operators
 - space after a comment start (#)
 - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now)
 - function blocks separate by two newlines
 - comment sentences start with an upper-case letter
2015-12-09 08:39:12 +01:00
..
engine.cfg fix icon locations in demo projects 2015-10-21 14:29:52 -05:00
floor.png added a demo for 2D fog of war 2015-02-02 23:08:57 +01:00
fog.gd Improve code formatting 2015-12-09 08:39:12 +01:00
fog.png added a demo for 2D fog of war 2015-02-02 23:08:57 +01:00
fog.scn Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
fog.xml added a demo for 2D fog of war 2015-02-02 23:08:57 +01:00
icon.png added preview picture 2015-02-02 23:29:19 +01:00
tile_edit.scn Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
troll.gd Improve code formatting 2015-12-09 08:39:12 +01:00
troll.png added a demo for 2D fog of war 2015-02-02 23:08:57 +01:00
troll.scn Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00