mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
17 lines
489 B
Markdown
17 lines
489 B
Markdown
# Kinematic Character 2D
|
|
|
|
Example of how to make a kinematic character controller in 2D using
|
|
[`KinematicBody2D`](https://docs.godotengine.org/en/latest/classes/class_kinematicbody2d.html).
|
|
The character moves around, is affected by moving platforms,
|
|
can jump through one-way collision platforms, etc.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: GLES 2
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/113
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot](screenshots/kinematic.png)
|