mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
Rectified heretic YY-MM-DD to standard YYYY-MM-DD
This commit is contained in:
@@ -3,7 +3,7 @@ package net.torvald.terrarum.virtualcomputer.worldobject
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-09-08.
|
||||
* Created by minjaesong on 2016-09-08.
|
||||
*/
|
||||
object ComputerPartsCodex {
|
||||
val rams = HashMap<Int, Int>() // id, capacity in bytes (0 bytes - 8 GBytes)
|
||||
|
||||
@@ -10,7 +10,7 @@ import net.torvald.terrarum.virtualcomputer.worldobject.ui.UITextTerminal
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-09-08.
|
||||
* Created by minjaesong on 2016-09-08.
|
||||
*/
|
||||
class FixtureBasicTerminal(world: GameWorld, phosphor: Color) : FixtureBase(world) {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.security.SecureRandom
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-09-08.
|
||||
* Created by minjaesong on 2016-09-08.
|
||||
*/
|
||||
open class FixtureComputerBase(world: GameWorld) : FixtureBase(world) {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import net.torvald.terrarum.ui.UICanvas.Companion.OPENCLOSE_GENERIC
|
||||
import net.torvald.terrarum.virtualcomputer.terminal.Terminal
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-09-08.
|
||||
* Created by minjaesong on 2016-09-08.
|
||||
*/
|
||||
class UITextTerminal(val terminal: Terminal) : UICanvas() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user