Files
godot-demo-projects/3d/platformer
Hugo Locurcio 3d6ba65cfc Improve the 3D platformer demo
- Increase gravity, player speed and air acceleration for a less floaty
  feeling.
- Clean up the code to use constants when relevant and remove unused enums.
2021-03-02 19:36:25 +01:00
..
2020-02-19 19:09:55 -05:00
2021-03-02 19:36:25 +01:00
2021-03-02 19:36:25 +01:00
2021-03-02 19:36:25 +01:00
2017-07-15 18:34:10 -03:00
2021-03-02 19:36:25 +01:00

Platformer 3D

3D Platformer demo using a KinematicBody. It uses similar code to the 2D platformer, but implemented in 3D. It also features audio reverberation (it sounds echo-y).

Language: GDScript

Renderer: GLES 3

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

Screenshots

Screenshot

Screenshot