remove glu from gemfile, added InputMapper, using InputMapper for Camera and Player.

This commit is contained in:
2019-02-17 14:14:39 -06:00
parent 9f6f330202
commit 5a97d292c0
10 changed files with 103 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
def initialize(manifest_file:, game_object: nil)
@manifest = YAML.load(File.read(manifest_file))
pp @manifest
# pp @manifest
@file_path = File.expand_path("./../model/", manifest_file) + "/#{@manifest["model"]}"
@name = @manifest["name"]