Celeste Engine beta 3

Published 2024-03-31
I am trying to replicate Celeste's engine.

60 fps: turbowarp.org/992497766?fps=60
60 fps and true size (use fullscreen addon): turbowarp.org/992497766?fps=60&size=320x180

Controls:
Left-Right arrows: move
Down arrow: duck
Z: climb
X: dash (not implemented)
C: jump

As of now:
Every movement with Z, C, and arrows is 100% supported with solids and an infinite world.
Texture and hitboxes use a caching system to run faster
The texture and hitboxes are still the most expensive tasks

- beta 3