mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
8 lines
174 B
Ruby
8 lines
174 B
Ruby
class IMICFPS
|
|
class Skydome < GameObject
|
|
def setup
|
|
bind_model(ModelLoader.new(type: :obj, file_path: "objects/skydome.obj", game_object: self))
|
|
end
|
|
end
|
|
end
|