gamecore: load the lang module
This commit is contained in:
parent
2333339224
commit
113af71896
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ function CoreSystem:new()
|
|||
self.input = Input(self)
|
||||
self.screen = Screen(self)
|
||||
self.scenemanager = SceneManager(self)
|
||||
self.lang = Lang(self)
|
||||
end
|
||||
|
||||
-- MOUSE FUNCTIONS
|
||||
|
|
Loading…
Reference in a new issue