godot-demo-projects/3d/platformer/README.md

17 lines
388 B
Markdown
Raw Normal View History

2020-03-08 02:29:42 +01:00
# 3D Platformer
3D Platformer demo using a
[`KinematicBody`](https://docs.godotengine.org/en/latest/classes/class_kinematicbody.html).
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
## Screenshots
![Screenshot](screenshots/face.png)
![Screenshot](screenshots/shoot.png)