mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
bugfix for not garrisonning transport ships
moved resource deposits on the river map bugfix for not rendering the minimap after opening the console
This commit is contained in:
@@ -260,6 +260,8 @@ namespace battleship{
|
||||
for(string f : configData::scripts)
|
||||
SOL_LUA_STATE.script_file(path + f);
|
||||
|
||||
SOL_LUA_STATE.script_file(path + "Scripts/Gui/_minimap.lua");
|
||||
|
||||
sol::table resTable = SOL_LUA_STATE["graphics"]["resolution"];
|
||||
width = resTable["x"];
|
||||
height = resTable["y"];
|
||||
|
||||
Reference in New Issue
Block a user