diff --git a/presets/scenes.js b/presets/scenes.js index 757d6a17..48e79ee2 100644 --- a/presets/scenes.js +++ b/presets/scenes.js @@ -34,6 +34,9 @@ scenes["Military"] = () => { entity = availableEntitiesByName["Napalm"].constructor(); displayEntity(entity, entity.defaultView, 0, 1); + entity = availableEntitiesByName["Chez"].constructor(); + displayEntity(entity, entity.defaultView, 0, 1); + entity = availableEntitiesByName["Leopard 2 Rev. 1"].constructor(); displayEntity(entity, entity.defaultView, 0, 1);