Commit graph

10 commits

Author SHA1 Message Date
edf99640cf
Fix memory leak and save file deletion + other stuff
might also be the commit where timer starts only when you move
2025-05-03 14:33:49 +02:00
709ce8eea3
split gravity logic, various bug fixes
fixed gravity strength being possibly strong at level beginning
fixed restarting being allowed after getting the last ring
fixed save file's "played_for" being reset or set to another file's
fixed the displayed save file total play time not being updated on main menu

maybe there's other stuff
2025-04-29 21:18:04 +02:00
38897c706a
"save" & animate main menu, fix pause menu & restart (#3)
pause menu had classic issues of mouse inputs being eaten by something else (gravity)
restart didn't have working code anymore because of level logic changes
also remove the demo scene which I believe is unused beyond the jam version
2025-04-27 21:30:03 +02:00
71441a9335
show level name, best time, and thumbnail (#3)
now thumbnails need to be made
2025-04-25 16:03:36 +02:00
59bed24acd
simple level selection menu, change level logic (#3) 2025-04-24 14:54:54 +02:00
ac1f29d111
new timer + save times to save files (#3) 2025-04-20 23:25:51 +02:00
7ae566720c
integrate a semi-working manager for save files (#3) 2025-04-16 00:16:39 +02:00
8f18e43af7 implement the new main menu into the actual game 2025-03-30 15:40:22 +02:00
a73b32610e working settings menu
includes audio sliders, fullscreen, disabling gravity change sound
2025-03-28 13:42:53 +01:00
eefda9e2bd start creating the framework for menus (#3)
all very experimental so it'll see lots of changes
2025-03-27 16:00:39 +01:00