feat: v1 prototype — core game systems #30

Merged
naomi merged 84 commits from feat/prototype into main 2026-03-08 15:53:39 -07:00
Showing only changes of commit f79d88e31c - Show all commits
+1 -1
View File
@@ -67,7 +67,7 @@ export const ClickArea = (): React.JSX.Element => {
</div>
<p className="click-power">+{formatNumber(clickPower)} gold/click</p>
<p className="early-access-notice">
Early Access this build is subject to change. We reserve the right to reset all progress at any time during early access as needed to facilitate development.
Early Access this build is subject to change. <strong>All game progress WILL be reset upon v1.0.0 release.</strong>
</p>
</section>
);