Added static, maps, and data folders to build files, fixed crash for AssetViewer tool

This commit is contained in:
2020-03-23 17:32:16 -05:00
parent 87fcc3a05c
commit cb7b3d4883
5 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ class IMICFPS
@map = ProtoMap.new
Publisher.new
@entity = Entity.new(manifest: @manifest, auto_manage: false)
@entity = Entity.new(manifest: @manifest)
@entity.bind_model
@map.add_entity(@entity)
@map.entities.each { |e| e.backface_culling = false }