FIX: Farm size 100x100, center (50,50), light grey background - Restored 8.DEC version with bug fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// ========================================================
|
||||
// NOVE GLOBALNE KONSTANTE ZA LOKACIJE
|
||||
// ========================================================
|
||||
const FARM_SIZE = 8;
|
||||
const FARM_CENTER_X = 20; // Lokacija farme na X osi
|
||||
const FARM_CENTER_Y = 20; // Lokacija farme na Y osi
|
||||
const FARM_SIZE = 100; // 100x100 VELIKA PLATFORMA!
|
||||
const FARM_CENTER_X = 50; // Center mape (50,50)
|
||||
const FARM_CENTER_Y = 50; // Center mape (50,50)
|
||||
|
||||
const CITY_SIZE = 15;
|
||||
const CITY_START_X = 65; // Desni del mape (npr. med 65 in 80)
|
||||
|
||||
Reference in New Issue
Block a user