Drunken walk working but needs some updates as it can go 'off map' and then walk back in, effectively
This commit is contained in:
@@ -23,5 +23,6 @@ Necessary:
|
||||
init_function(map_w, map_h)
|
||||
Should initialize the function fresh with a given width and height.
|
||||
|
||||
update(map)
|
||||
update()
|
||||
Called updates_per_second times per second. Should calculate new map state and draw on the map as needed. The map will have the previous state retained.
|
||||
Returns true if finished, else false
|
||||
|
||||
Reference in New Issue
Block a user