Commit graph

19 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
18dae312eb
sound effects for the main menu
started working on this like 2 weeks ago

then stuff happened and now I forgot what I was doing 👍
2025-04-14 23:07:52 +02:00
a73b32610e working settings menu
includes audio sliders, fullscreen, disabling gravity change sound
2025-03-28 13:42:53 +01:00
f7e85724b3 reduce video memory usage by orders of magnitude
big fonts use lots of big lumalpha8, so just scale up small fonts
2025-03-25 23:18:33 +01:00
df7736a9d1 better in-game timer
as in, use `_process()` and add a number
could you lag on purpose before finishing to cut time? probably not
2025-03-25 17:48:00 +01:00
4afec6386c graphics update: forest level 2025-03-25 13:39:03 +01:00
c0aed38065 properly fade out the music when finishing a level 2025-03-24 18:13:08 +01:00
a3e0c4d82d move to Godot 4.4 (from Godot 4.3) 2025-03-23 14:48:54 +01:00
45e9b99f80 finish coding 2025-02-23 17:21:13 +01:00
2f066938ac pause menu with spaghettis mixed in 2025-02-23 16:18:14 +01:00
c19d1dffcb third level + km/h display 2025-02-23 14:27:35 +01:00
203696e022 fix music not playing in exported builds 2025-02-23 10:59:42 +01:00
6a59b54c11 chain levels with spaghetti 2025-02-23 00:46:23 +01:00
7a18c4f8c6 lock in the first level 2025-02-22 19:46:19 +01:00
3b56cd4c81 the 180 2025-02-22 17:16:30 +01:00