new item sprite: woods

This commit is contained in:
minjaesong
2023-10-09 02:19:20 +09:00
parent ae3a6e9c61
commit d8cafe7f12
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@@ -100,6 +100,9 @@ data class Snapshot(var revision: Int) {
}
init {
if (revision !in 0..7) {
throw IllegalArgumentException("Revision out of range -- expected 0..7 (a..h), got $revision")
}
update()
}