Update engine subproject commit to f382fc98eadc4a489689e51e88748b616661a560-dirty; adjust plant genetics for optimal temperature and hardiness traits, enhance terrain scatter probabilities, and improve UI localization for connection status. Refactor multiplayer scene to implement exponential backoff for reconnections and streamline game initialization in web client.
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@ $Project = Join-Path $Root "src\LittleSim\LittleSim.csproj"
|
||||
|
||||
Push-Location $Root
|
||||
try {
|
||||
dotnet build LittleSim.sln -c $Configuration
|
||||
# Только игровой проект (тянет за собой нужные движковые библиотеки) — не вся солюшн с
|
||||
# тестами, сервером и WASM-клиентом (его emscripten-сборка занимает минуты).
|
||||
dotnet build $Project -c $Configuration
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
exit $LASTEXITCODE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user