mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
inventory ui update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user