mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
making Yaml and BFS of QNDTree work
This commit is contained in:
@@ -11,9 +11,10 @@ import net.torvald.terrarum.Yaml
|
||||
override var posX: Int,
|
||||
override var posY: Int,
|
||||
override var width: Int,
|
||||
val tree: Yaml
|
||||
val treeRepresentation: Yaml
|
||||
) : UIItem(parent) {
|
||||
|
||||
override val height: Int
|
||||
get() = TODO("not implemented")
|
||||
val tree = treeRepresentation.parse()
|
||||
|
||||
override val height = -1
|
||||
}*/
|
||||
Reference in New Issue
Block a user