godot/scene/2d
Rémi Verschelde bb3f0a9d58
Merge pull request #55271 from RPicster/particles-texture-animation-speed
2021-12-02 10:14:26 +01:00
..
SCsub
animated_sprite_2d.cpp
animated_sprite_2d.h
area_2d.cpp Separate space override modes for gravity/damping in Area 2021-11-09 10:29:24 -07:00
area_2d.h Separate space override modes for gravity/damping in Area 2021-11-09 10:29:24 -07:00
audio_listener_2d.cpp
audio_listener_2d.h
audio_stream_player_2d.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
audio_stream_player_2d.h
back_buffer_copy.cpp
back_buffer_copy.h
camera_2d.cpp Fix condition on 'jump to limits' logic 2021-11-17 21:12:34 -08:00
camera_2d.h
canvas_group.cpp
canvas_group.h
canvas_modulate.cpp
canvas_modulate.h
collision_object_2d.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
collision_object_2d.h
collision_polygon_2d.cpp Fix unexpected crashes in `notification` 2021-10-23 13:01:52 +08:00
collision_polygon_2d.h
collision_shape_2d.cpp Fix unexpected crashes in `notification` 2021-10-23 13:01:52 +08:00
collision_shape_2d.h
cpu_particles_2d.cpp Fixed texture animation speed when using random lifetime ( Particle2D gpu + cpu) as mentioned here: https://github.com/godotengine/godot/issues/54993 2021-11-26 01:12:23 +01:00
cpu_particles_2d.h
gpu_particles_2d.cpp Visibility rect only shown when a GPUParticle2D is selected to reduce visual clutter in scenes with a lot of Particle nodes. 2021-11-28 19:42:42 +01:00
gpu_particles_2d.h Visibility rect only shown when a GPUParticle2D is selected to reduce visual clutter in scenes with a lot of Particle nodes. 2021-11-28 19:42:42 +01:00
joint_2d.cpp
joint_2d.h
light_2d.cpp Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 2021-11-03 23:06:17 +01:00
light_2d.h
light_occluder_2d.cpp
light_occluder_2d.h
line_2d.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
line_2d.h
line_builder.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
line_builder.h
mesh_instance_2d.cpp
mesh_instance_2d.h
multimesh_instance_2d.cpp
multimesh_instance_2d.h
navigation_agent_2d.cpp
navigation_agent_2d.h
navigation_obstacle_2d.cpp Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 2021-11-03 23:06:17 +01:00
navigation_obstacle_2d.h Improve NavigationObstacle3D usability 2021-10-25 19:57:33 +02:00
navigation_region_2d.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
navigation_region_2d.h
node_2d.cpp
node_2d.h
parallax_background.cpp
parallax_background.h
parallax_layer.cpp
parallax_layer.h
path_2d.cpp Faster Path2D drawing with polyline 2021-12-01 15:23:27 +00:00
path_2d.h Faster Path2D drawing with polyline 2021-12-01 15:23:27 +00:00
physical_bone_2d.cpp
physical_bone_2d.h
physics_body_2d.cpp Scales the horizontal velocity according to the wall slope in 2D 2021-11-19 14:09:17 +01:00
physics_body_2d.h Merge pull request #37880 from nekomatata/rigid-body-damping-override 2021-11-01 11:24:01 -07:00
polygon_2d.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
polygon_2d.h
position_2d.cpp
position_2d.h
ray_cast_2d.cpp Add raycast options to hit when starting inside / hit back faces 2021-11-10 17:43:35 -07:00
ray_cast_2d.h Add raycast options to hit when starting inside / hit back faces 2021-11-10 17:43:35 -07:00
remote_transform_2d.cpp
remote_transform_2d.h
shape_cast_2d.cpp Remove `get_closest_*` methods from `ShapeCast2D` 2021-11-12 21:30:35 +02:00
shape_cast_2d.h Remove `get_closest_*` methods from `ShapeCast2D` 2021-11-12 21:30:35 +02:00
skeleton_2d.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
skeleton_2d.h
sprite_2d.cpp Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 2021-11-03 23:06:17 +01:00
sprite_2d.h
tile_map.cpp Rename `remove()` to `remove_at()` when removing by index 2021-11-23 18:58:57 -07:00
tile_map.h Implement runtime update of TileData object in TileMap 2021-10-27 18:32:52 +02:00
touch_screen_button.cpp
touch_screen_button.h
visible_on_screen_notifier_2d.cpp
visible_on_screen_notifier_2d.h