Compare commits

..

2 Commits

Author SHA1 Message Date
bozarre
ab3107b5d9 Merge remote-tracking branch 'origin/master' 2025-12-28 20:29:57 +01:00
bozarre
42dec882fa time works 2025-12-28 20:29:49 +01:00

View File

@@ -3,13 +3,14 @@ function world_init()
--test start
bob = build(3,2,buildings.jam_workshop)
bob = replace(bob, buildings.city)
destroy(bob)
--destroy(get_worldtile(3,2))
--test end
end
function world_update()
if (btnp(4)) build(3,2,buildings.jam_workshop)
if (btnp(5)) compute_effect_array(worldtiles)
if (time()%1 == 0) compute_effect_array(worldtiles)
end
function world_draw()