abstreet/game/src
2019-11-26 13:41:05 -08:00
..
abtest turbocharge speed controls in dev mode 2019-11-20 12:52:51 -08:00
common remove the unused total_width param from set_pos. it's confusing, and will probably change with flexbox soon 2019-11-25 17:58:55 -08:00
debug adding some hotkeys back to the main menu. not sure how to communicate them yet. 2019-11-25 18:37:59 -08:00
edit fix the 16 texture limit on mac properly, by using texture arrays for icons 2019-11-24 07:38:32 -08:00
mission remove the unused total_width param from set_pos. it's confusing, and will probably change with flexbox soon 2019-11-25 17:58:55 -08:00
render prototyping a text button, using it for a title screen 2019-11-24 15:23:28 -08:00
sandbox fix a crash when changing scenario 2019-11-25 21:39:05 -08:00
challenges.rs unify two button types, and use proper bbox for images 2019-11-25 22:00:36 -08:00
game.rs when exiting sim mode, reset to main menu state. reset the stack if we entered from a challenge. this also introduces dev buttons if we entered dev mode 2019-11-25 18:21:55 -08:00
helpers.rs ripped out the old splash screen entirely now, new about screen 2019-11-24 17:05:44 -08:00
main.rs try out a managed GUI state with, gasp, callbacks 2019-11-24 17:53:13 -08:00
managed.rs unify the two button types 2019-11-26 13:41:05 -08:00
pregame.rs unify the two button types 2019-11-26 13:41:05 -08:00
tutorial.rs couple edit mode with sandbox mode. always return to sandbox mode, reseting the sim with the correct gameplay mode retained 2019-10-31 14:22:58 -07:00
ui.rs adding in some image buttons for the main menu. no highlighting yet. 2019-11-25 19:31:39 -08:00