draw_charcreation()

This commit is contained in:
Llywelwyn 2023-09-30 06:30:48 +01:00
parent ec8793180d
commit f4d4b414d5
5 changed files with 2983 additions and 1826 deletions

View file

@ -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 => {