Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
Why this was tricky: spacing was hard because the code uses 1.25 as the spacing, but tiles are 4x4, so this doesn't divide evenly. Optimal spacing is actually just a tiny bit above 1.25, because if it's exactly 1.25 then the soil conflicts. When I initially updated this I didn't have a full grasp of the farming mechanics and thought optimal spacing was the most important, but now I understand that there's a lot of tile-based stuff happening, and in most cases 3x3 is better than 4x4. So I changed it to be 4/3 to evenly divide into tiles.