inventory ui update

This commit is contained in:
Song Minjae
2017-04-13 03:25:49 +09:00
parent 80d993dced
commit b1eade6858
16 changed files with 476 additions and 159 deletions

View File

@@ -43,7 +43,7 @@ class PeripheralVideoCard(val host: TerrarumComputer, val termW: Int = 80, val t
val width = termW * blockW
val height = termH * blockH
val spritesCount = 64
val spritesCount = 256
val vram = VRAM(width, height, spritesCount)
val frameBuffer = ImageBuffer(width, height)