Added a configuration viewer example
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user