add basic steps
This commit is contained in:
parent
9d919291e7
commit
d6c04ba986
1 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
|||
# Platformer
|
||||
|
||||
TODO
|
||||
## Basis
|
||||
- Create static floor node -> StaticBody
|
||||
- Create character that can move on this floor. -> KinematicBody
|
||||
- Left, right
|
||||
- Jump. Apply basic physics.
|
||||
- Add animations to the character.
|
||||
- Run, Idle, Jump, Fall
|
||||
|
||||
## Advanced
|
||||
- Create a basic tilemap to create an environment.
|
||||
- Create an destination area to go to the next zone -> Area2D
|
||||
- Create a second main scene with a second level
|
||||
- Program a transition between the scenes.
|
||||
|
|
Loading…
Reference in a new issue