draw_charcreation()
This commit is contained in:
parent
ec8793180d
commit
f4d4b414d5
5 changed files with 2983 additions and 1826 deletions
|
|
@ -496,7 +496,7 @@ fn draw(_app: &mut App, gfx: &mut Graphics, gs: &mut State) {
|
|||
gui::draw_mainmenu(&gs.ecs, &mut draw, &gs.atlas, &gs.font);
|
||||
}
|
||||
RunState::CharacterCreation { .. } => {
|
||||
// Draw character creation
|
||||
gui::draw_charcreation(&gs.ecs, &mut draw, &gs.atlas, &gs.font);
|
||||
}
|
||||
RunState::PreRun { .. } => {}
|
||||
RunState::MapGeneration => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue