godot/scene/2d
Rémi Verschelde d4c17700aa style: Fix PEP8 whitespace issues in Python files
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
2016-11-01 00:35:16 +01:00
..
animated_sprite.cpp
animated_sprite.h
area_2d.cpp Fix #6480, area duplicated param 2016-09-29 18:12:45 +02:00
area_2d.h
back_buffer_copy.cpp
back_buffer_copy.h
camera_2d.cpp Center camera2D with the proper viewport size 2016-09-15 08:17:23 -03:00
camera_2d.h Added a few functions to make 2D split screen easier. 2016-09-14 15:55:14 -03:00
canvas_item.cpp draw_line: Properly bind antialiased argument 2016-08-31 08:57:21 +02:00
canvas_item.h
canvas_modulate.cpp
canvas_modulate.h
collision_object_2d.cpp
collision_object_2d.h
collision_polygon_2d.cpp
collision_polygon_2d.h
collision_shape_2d.cpp
collision_shape_2d.h
joints_2d.cpp
joints_2d.h
light_2d.cpp Add editor_only param to Light2D 2016-10-04 16:44:59 +02:00
light_2d.h Add editor_only param to Light2D 2016-10-04 16:44:59 +02:00
light_occluder_2d.cpp
light_occluder_2d.h
navigation2d.cpp
navigation2d.h
navigation_polygon.cpp
navigation_polygon.h
node_2d.cpp Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-09-19 23:31:45 -07:00
node_2d.h Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-09-19 23:31:45 -07:00
parallax_background.cpp
parallax_background.h
parallax_layer.cpp
parallax_layer.h
particles_2d.cpp
particles_2d.h
path_2d.cpp
path_2d.h
path_texture.cpp
path_texture.h
physics_body_2d.cpp -Fixed issue in Kinematicbody2D 2016-09-01 12:03:55 -03:00
physics_body_2d.h -Fixed issue in Kinematicbody2D 2016-09-01 12:03:55 -03:00
polygon_2d.cpp Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-09-19 23:31:45 -07:00
polygon_2d.h Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-09-19 23:31:45 -07:00
position_2d.cpp
position_2d.h
ray_cast_2d.cpp Added force_raycast_update GDScript method for RayCast[2D] 2016-10-03 12:36:16 +02:00
ray_cast_2d.h Added force_raycast_update GDScript method for RayCast[2D] 2016-10-03 12:36:16 +02:00
remote_transform_2d.cpp
remote_transform_2d.h
sample_player_2d.cpp
sample_player_2d.h
screen_button.cpp
screen_button.h
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
sound_player_2d.cpp
sound_player_2d.h
sprite.cpp Sprite: Fix inspector not showing changes on "frame" property. 2016-10-11 15:14:05 +02:00
sprite.h
tile_map.cpp
tile_map.h
visibility_notifier_2d.cpp
visibility_notifier_2d.h
y_sort.cpp
y_sort.h