generalize EntrySpriteSystem into PlaygroundSystem which all ui will provide

This commit is contained in:
2022-07-02 19:51:30 +00:00
parent f62b42f06b
commit bcd1eca9a0
13 changed files with 97 additions and 29 deletions

View File

@@ -5,7 +5,9 @@ import kiss.List;
import nat.System;
import nat.BoolExpInterp;
import nat.ArchiveController;
import nat.ArchiveUI;
import nat.components.Positions;
import nat.systems.PlaygroundSystem;
@:build(kiss.Kiss.build())
class EntrySpriteSystem extends System {}
class EntrySpriteSystem extends PlaygroundSystem {}