Преглед на файлове

All resource types are incremented now, not just food

tags/v0.0.1
Fen Dweller преди 7 години
родител
ревизия
936705bdf4
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      gorge.js

+ 3
- 1
gorge.js Целия файл

@@ -94,7 +94,9 @@ function updateProductivity() {
}

function addResources(delta) {
resources.food += currentProductivity["food"] * delta / 1000;
for (const [resource, amount] of Object.entries(currentProductivity)) {
resources[resource] += amount * delta / 1000;
}
}

function displayResources() {


Loading…
Отказ
Запис