mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
lower starting refineds number
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user