codi-hacks / space-race

Love2D-based Spaceship Racing Game
Other
3 stars 0 forks source link

Main menu #18

Closed SuperShadowPlay closed 2 years ago

SuperShadowPlay commented 2 years ago

Closes #6 It's not the prettiest thing in the world, nor is it as "extensible" as I planned, but it gets the job done for now.

Added:

wyatt-herkamp commented 2 years ago

Should we add clickable buttons first?

SuperShadowPlay commented 2 years ago

I feel like clickable buttons could be for another time (especially because I'm too lazy). Right now we just need a decent way to load maps. As for Jay's suggestion I'd be glad to do that if that's what you guys want. I originally did the mapList.lua file as an explicit "here is exactly what maps are available, in this order, and with this metadata". The only thing that could become an annoyance from moving that data to Tiled is that it would be harder to order the maps in a certain way.

On Tue, Jan 25, 2022, 12:49 PM Wyatt Jacob Herkamp @.***> wrote:

Should we add clickable buttons first?

— Reply to this email directly, view it on GitHub https://github.com/codi-hacks/space-race/pull/18#issuecomment-1021451621, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKCTI5UDT5HG4XF3Y4NYTF3UX3PAZANCNFSM5MT22VUA . You are receiving this because you were assigned.Message ID: @.***>

jaythomas commented 2 years ago

Let's merge this in and we can revisit autoloading later. Really good job on getting all this implemented @SuperShadowPlay.