瀏覽代碼

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);



Loading…
取消
儲存