lower starting refineds number

This commit is contained in:
devZoGok
2026-05-13 19:06:02 +03:00
parent fdfcacff9a
commit b2de66b4ae
+1 -1
View File
@@ -26,7 +26,7 @@ namespace battleship{
name("pl"),
trader(new Trader())
{
resources[0] = 30000;
resources[0] = 5000;
colorMaterial = new Material(Root::getSingleton()->getLibPath() + "texture");
colorMaterial->addBoolUniform("lightingEnabled", false);