Rename to GameDB and GameDB::Level.
This commit is contained in:
parent
c46927ea10
commit
a20d701096
23 changed files with 142 additions and 151 deletions
|
@ -422,7 +422,7 @@ void Raycaster::update_sprite(DinkyECS::Entity ent, components::Sprite& sprite)
|
|||
$sprites.insert_or_assign(ent, sprite_txt);
|
||||
}
|
||||
|
||||
void Raycaster::update_level(GameLevel level) {
|
||||
void Raycaster::update_level(GameDB::Level& level) {
|
||||
$sprites.clear();
|
||||
$sprite_order.clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue