Sus. Sus amongus.

amoogoos.
This commit is contained in:
2022-11-12 22:43:36 -05:00
parent a68790d342
commit 636e5ce7e7
2 changed files with 28 additions and 3 deletions

View File

@@ -55,8 +55,10 @@ func main () {
case stone.EventMouseMove:
event := event.(stone.EventMouseMove)
application.SetRune(event.X, event.Y, '#')
application.Draw()
if mousePressed {
application.SetRune(event.X, event.Y, '#')
application.Draw()
}
case stone.EventResize:
application.Draw()