Added a configuration viewer example

This commit is contained in:
2022-11-26 22:49:58 -05:00
parent 73ae475a7d
commit 19895e6049
3 changed files with 115 additions and 4 deletions

View File

@@ -50,7 +50,8 @@ func onRelease (button stone.Button) {
}
}
func onMouseMove (x, y int) { if mousePressed {
func onMouseMove (x, y int) {
if mousePressed {
application.SetRune(x, y, '#')
application.Draw()
}