Might want to add some like sprite preloading, the game would freeze for me whenever I saw a new powerup for the first time. Overall quite fun though!
ImNotJahan
4
Posts
1
Topics
8
Followers
9
Following
A member registered Feb 03, 2021 · View creator page →
Creator of
Brew artisanal beans and consume delicious coffee
Simulation
Play in browser
Recent community posts
itch.io Community » itch.io » itch.io tips · Created a new topic Adding Spoiler Text to your Game Description
All you need to do is switch to HTML mode, then add a <details> tag with another <summary> tag to say what it's about and then any other tags inside to hide.
Example:
<details>
<summary>Game Walkthrough</summary>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</details>


