godot/demos/2d
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
..
area_input Improve code formatting 2015-12-09 08:39:12 +01:00
dynamic_collision_shapes Improve code formatting 2015-12-09 08:39:12 +01:00
fog_of_war Improve code formatting 2015-12-09 08:39:12 +01:00
hdr Improve code formatting 2015-12-09 08:39:12 +01:00
hexamap Improve code formatting 2015-12-09 08:39:12 +01:00
isometric Improve code formatting 2015-12-09 08:39:12 +01:00
isometric_light Improve code formatting 2015-12-09 08:39:12 +01:00
kinematic_char Improve code formatting 2015-12-09 08:39:12 +01:00
kinematic_col Improve code formatting 2015-12-09 08:39:12 +01:00
light_mask Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
lights_shadows Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
lookat Improve code formatting 2015-12-09 08:39:12 +01:00
motion Improve code formatting 2015-12-09 08:39:12 +01:00
navpoly Improve code formatting 2015-12-09 08:39:12 +01:00
normalmaps Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
particles Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
platformer Improve code formatting 2015-12-09 08:39:12 +01:00
polygon_path_finder Improve code formatting 2015-12-09 08:39:12 +01:00
pong Improve code formatting 2015-12-09 08:39:12 +01:00
rubegoldberg Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
screen_space_shaders Improve code formatting 2015-12-09 08:39:12 +01:00
sdf_font Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
shower_of_bullets Improve code formatting 2015-12-09 08:39:12 +01:00
space_shooter Improve code formatting 2015-12-09 08:39:12 +01:00
splash Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
sprite_shaders Update 2D demos scenes for 2.0 format 2015-12-09 08:39:12 +01:00
tetris Improve code formatting 2015-12-09 08:39:12 +01:00
texscreen Improve code formatting 2015-12-09 08:39:12 +01:00