idk routing stuff i guess

This commit is contained in:
2022-02-24 19:47:27 +01:00
parent ebd9709c3d
commit c96d06653a
25 changed files with 338 additions and 399 deletions

View File

@@ -11,6 +11,9 @@ import util.Color;
Represents the main computer screen.
**/
class MainTerm implements TermWriteable {
/**
Depends on: KernelEvents,
**/
public static var instance:MainTerm;
public var onResize(default, null):Signal<Vec2<Int>>;