disable the buttons :)

This commit is contained in:
nelle 2024-11-18 02:03:50 -07:00
parent 7433550785
commit bf1b07d67e

View file

@ -17,9 +17,9 @@ import java.util.*
import kotlin.concurrent.timerTask
import kotlin.time.Duration.Companion.minutes
var meowTimedOut = false
var beepTimedOut = false
var kaomojiTimedOut = false
var meowTimedOut = true
var beepTimedOut = true
var kaomojiTimedOut = true
// function to facilitate the timeout for meows
fun meowTimer() {