test thing

This commit is contained in:
Paul Liverman III
2017-07-02 19:21:28 -07:00
parent c0e2572142
commit 20e4e459d2

View File

@@ -142,6 +142,18 @@ function love.update(dt)
ore = math.random(0, 60)
}
--]]
--[[
stats = {
time = 0,
ammo = 0,
fuel = 0,
supplies = 0,
water = 0,
food = 0,
metal = 0,
ore = 0
}
--]]
end
timing = timing + dt