second key and fence

This commit is contained in:
2025-03-14 21:57:37 +01:00
parent 87e0529afb
commit 5ba25edbdf
10 changed files with 711 additions and 591 deletions

View File

@@ -102,7 +102,7 @@ pub struct CutsceneCamera {
#[model({ "path": "models/alien_naked.glb" })]
pub struct EnemySpawn {
pub head: String,
pub has_key: bool,
pub key: String,
}
impl EnemySpawn {