Add menu on esc and don't close on esc

This commit is contained in:
2025-01-18 22:23:08 +01:00
parent 2a0f9348e9
commit fb018e2a7d
3 changed files with 78 additions and 27 deletions

View File

@ -30,6 +30,7 @@ func main() {
}
rl.InitWindow(1024, 768, "GoonScape")
rl.SetExitKey(0)
defer rl.CloseWindow()
rl.InitAudioDevice()
defer rl.CloseAudioDevice()