Added Alternate Tank, go back to using glScalef for scaling models until shader based rendering is implemented, improved Map handling of scaling.

This commit is contained in:
2019-09-25 20:59:19 -05:00
parent ecee086590
commit 19f5a0cd9c
11 changed files with 2567 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ class IMICFPS
manifest_file = "#{IMICFPS.assets_path}/#{package}/#{model}/manifest.yaml"
end
raise "No manifest found at: #{manifest_file}" unless File.exist?(manifest_file)
@file = manifest_file
parse(manifest_file)
end