godot-demo-projects/2d
Tyler Breisacher fa6061c623
Add static types in 2D Navigation AStar demo (#1008)
2024-08-31 03:48:17 +02:00
..
bullet_shower Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
dodge_the_creeps Rename Dodge The Creeps files to snake case (#1084) 2024-07-15 00:36:11 +02:00
dynamic_tilemap_layers Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
finite_state_machine Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
glow Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
hexagonal_map Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
instancing Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
isometric Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
kinematic_character Replace instances of KinematicBody with CharacteBody in READMEs 2024-07-12 23:06:00 +02:00
light2d_as_mask Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
lights_and_shadows Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
navigation Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
navigation_astar Add static types in 2D Navigation AStar demo (#1008) 2024-08-31 03:48:17 +02:00
navigation_mesh_chunks Add navigation mesh chunks demos (#1099) 2024-08-08 17:22:47 +02:00
particles Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
physics_platformer Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
physics_tests Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
platformer Fix theme properties in various demos (#1097) 2024-08-02 03:01:04 -07:00
polygons_lines Add a 2D polygons and lines demo 2024-06-25 18:09:34 +02:00
pong Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
role_playing_game Fix theme properties in various demos (#1097) 2024-08-02 03:01:04 -07:00
screen_space_shaders Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
skeleton Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
sprite_shaders Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
tween Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
README.md Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00

README.md

2D Demos

These demos are all 2D, but otherwise do not have a common theme.

Languages: Most have GDScript, some have Godot shader language

Renderers: Glow for 2D and Physics Platformer use Forward+, 2D Particles uses Mobile, and the rest use Compatibility