DEFAULT CONTROLS
    Z = JUMP
    X = DASH
    C = ATTACK/INTERACT
    V = SPECIAL
    F = MAGIC
    UP = WARP/INTERACT
    DOWN = PASS THROUGH PLATFORMS
    DOWN + SPECIAL = MASTURBATE
    Q = PAUSE
    PRESS F4 TO SOFT RESET IF YOU GET STUCK, AND F5 TO HARD RESET!
If you find any bugs, leave a comment on my Subscribestar!!

!!HOW TO USE CUSTOM TRANSLATION!!
1) Navigate to the translation folder
2) Replace the text inside of the game_text_custom.json with your translations
Does the translation only use characters from unicode (decimal) 32 up to and including 127?
(a-z, A-Z, and special characters such as !, ?, {, *, etc.)
If YES, you're done.
If NO, follow the next steps.
3) Replace the custom_font.ttf file with a font that includes all the characters you need for the translation
(i.e. Noto Sans CJK for Japanese)
4) Edit the custom_font_setting.json:
  4a) The property 'unicode_first_letter' must be the unicode value (decimal) of the FIRST letter in your font.
  (i.e. 12448 for the first entry in Katakana, NOT 30A0 as this is hexadecimal. It must be in decimal!)
  4b) The property 'unicode_last_letter' must be the unicode value (decimal) of the LAST letter in your font.
  (i.e. 12543 for the last entry in Katakana, NOT 30FF as this is hexadecimal. It must be in decimal!)