refactor heads-db and added plane controls

This commit is contained in:
2025-04-12 16:19:14 +02:00
parent fb9d7c78fe
commit dab4ea0656
10 changed files with 19 additions and 10 deletions

View File

@@ -2,8 +2,8 @@ use crate::{
GameState,
ai::Ai,
head::ActiveHead,
head_asset::HeadsDatabase,
heads::{HEAD_COUNT, HeadState},
heads_database::HeadsDatabase,
hitpoints::{Hitpoints, Kill},
keys::KeySpawn,
tb_entities::EnemySpawn,