Update version, add new sprites for health/reality.

This commit is contained in:
desyncfy
2024-07-08 09:22:15 -07:00
parent 3a0311d391
commit 1b5b45bfd4
85 changed files with 24 additions and 17 deletions

View File

@@ -16,8 +16,7 @@ object BridgeMixins {
}
fun getStrNum1(): String {
if (num1 != 0) {
val strNum1 = num1 + 20
return strNum1.toString()
return num1.toString()
}
return "1"
}