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:
devZoGok
2026-05-14 20:26:44 +03:00
parent 060dd94bc0
commit 157ffeab7c
8 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace battleship{
name("pl"),
trader(new Trader())
{
resources[0] = 5000;
resources[0] = 10000;
colorMaterial = new Material(Root::getSingleton()->getLibPath() + "texture");
colorMaterial->addBoolUniform("lightingEnabled", false);