Celeste Engine beta 4

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

60 fps: turbowarp.org/995423690?fps=60
60 fps and true size (use fullscreen addon): turbowarp.org/995423690?fps=60&size=1920x1080

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

What's new:
Renogare font has been added.
Game resolution is now adapted to stage size.
The entire code has been reworked, the code is now ordered in different sections.
Variables, lists and custom blocks have a custom name and emoji based on their section.

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 4