1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-03 06:20:43 +00:00
OpenDiablo2/d2app
David Carrell 3bdbd5c358
rely on App to know how to navigate between screens using a callback interface with explicit methods (#592)
remove unused struct vars that were only stored in order to pass to the next screens

consolidate create game code to single method

export ScreenMode consts and SetScreenMode method to allow app to create the correct screens

Co-authored-by: carrelda <carrelda@git>
2020-07-14 13:11:23 -04:00
..
app.go rely on App to know how to navigate between screens using a callback interface with explicit methods (#592) 2020-07-14 13:11:23 -04:00
capture_state.go Seperated out the main and app logic (#502) 2020-06-30 12:36:48 -04:00