浏览代码

Add Chez to the military preset

tags/v0.1.0
Fen Dweller 5 年前
父节点
当前提交
2d03dd01d8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      presets/scenes.js

+ 3
- 0
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);



正在加载...
取消
保存