Major progress in introducing arbitrary boundaries! EDT in the house.

This commit is contained in:
2025-12-08 21:14:30 -05:00
parent 45b286b66e
commit 48df951042
8 changed files with 521 additions and 29 deletions

View File

@@ -335,6 +335,10 @@ func (g *Game) ManageFlaskInputs() {
g.mfangle = g.mfangle + (angle - g.mdangle)
}
if inpututil.IsKeyJustPressed(ebiten.KeyM) {
g.flask.ToggleBoundaryMask()
}
}
func (g *Game) UpdateFlask() {