mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
dummix: fuck this shit
Former-commit-id: 7d9983b50f218611c2d482723a88851e13fca3d0 Former-commit-id: 3891c23fd13248a869f8611dc3185d2a7a564d51
This commit is contained in:
@@ -22,7 +22,7 @@ class StateVTTest : BasicGameState() {
|
||||
// HiRes: 100x64, LoRes: 80x25
|
||||
val computerInside = BaseTerrarumComputer(8)
|
||||
val vt = SimpleTextTerminal(SimpleTextTerminal.WHITE, 80, 25,
|
||||
computerInside, colour = false, hires = false)
|
||||
computerInside, colour = true, hires = false)
|
||||
|
||||
|
||||
val vtUI = Image(vt.displayW, vt.displayH)
|
||||
|
||||
Reference in New Issue
Block a user