Add README files to 2D demos

This commit is contained in:
Aaron Franke
2020-03-07 20:15:58 -05:00
parent 9809601e40
commit a24ac796b6
67 changed files with 314 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
# Kinematic Character
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
## Screenshots
![Screenshot](screenshots/kinematic.png)