mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
remove glu from gemfile, added InputMapper, using InputMapper for Camera and Player.
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user