gamecore: load the lang module

This commit is contained in:
Kazhnuz 2019-04-13 18:32:27 +02:00
parent 2333339224
commit 113af71896
1 changed files with 1 additions and 0 deletions

View File

@ -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