1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
1b187d7412 fix(audio): implement IsPlaying() correctly
cant use rl.IsSoundPlaying() because we create sound aliases.
so we must look at the sm.active slice instead
2025-09-26 12:09:05 +02:00
93736e060e feat(engine): add LoadImageFromMemory() 2025-09-25 05:12:04 +02:00
346cf350d8 feat(render): add DrawTextCenter() 2025-09-24 18:31:10 +02:00
5860aa69d6 feat: engine audio code 2025-09-21 11:07:51 +02:00
ffbf1332c5 feat: add engine/core/interval_timer.go 2025-09-14 22:16:30 +02:00
93874028b0 feat: add engine/core/vec2.go 2025-09-14 22:16:29 +02:00
0245a5cb43 Initial commit 2025-09-14 22:16:29 +02:00