fix prosperon layout

This commit is contained in:
2026-02-20 21:23:21 -06:00
parent e78faccab8
commit ff2e4bd578
44 changed files with 17 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ for (i = 0; i < 100; i++) {
})
}
this.update = function(dt) {
var update = function(dt) {
// If left mouse is down, spawn some more bunnies:
var mouse = input.mousestate()
var i = 0;
@@ -54,6 +54,6 @@ this.update = function(dt) {
}
}
this.hud = function() {
var hud = function() {
draw.images(bunnyTex, bunnies)
}