Files
godot-demo-projects/3d/platformer
Hugo Locurcio 7cd99ae192 Fix particles in Platformer 3D demo, add coin glow (#908)
- Add a visible coin glow around coins to make them more noticeable
  at a distance.
- Enable Billboard Keep Scale material property on particle draw
  materials that required it.
- Use transparent additive shading as intended for the bullet trail.
- Tweak blob shadow texture and decal to be slightly more subtle.
2023-05-05 15:47:10 +02:00
..
2023-03-03 22:56:03 +01:00
2023-03-03 22:56:03 +01:00
2023-03-03 22:56:03 +01:00
2023-03-03 22:56:03 +01:00
2023-03-03 22:56:03 +01:00
2023-03-03 22:56:03 +01:00
2023-03-03 22:56:03 +01:00

Platformer 3D

3D Platformer demo using a CharacterBody3D. It uses similar code to the 2D platformer, but implemented in 3D.

Language: GDScript

Renderer: Forward Plus

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/125

Screenshots

Screenshot