#73 core map and bugfixes
This commit is contained in:
@@ -47,6 +47,7 @@ local function new_view(root, x, y, ps)
|
||||
ps.subscribe("steam", steam.update)
|
||||
ps.subscribe("ccool", ccool.update)
|
||||
|
||||
---@fixme test code
|
||||
hcool.update(0.22)
|
||||
water.update(1)
|
||||
steam.update(0.05)
|
||||
|
||||
@@ -50,6 +50,7 @@ local function new_view(root, x, y, ps)
|
||||
ps.subscribe("hcool", hcool.update)
|
||||
ps.subscribe("waste", waste.update)
|
||||
|
||||
---@fixme test code
|
||||
fuel.update(1)
|
||||
ccool.update(0.85)
|
||||
hcool.update(0.08)
|
||||
|
||||
@@ -36,6 +36,7 @@ local function new_view(root, x, y, ps)
|
||||
|
||||
ps.subscribe("steam", steam.update)
|
||||
|
||||
---@fixme test code
|
||||
steam.update(0.12)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user