Move EntryRep/id tracking to PlaygroundSystem

This commit is contained in:
2023-02-13 05:15:22 -07:00
parent 7d7fa70d03
commit 3dd221e32e
10 changed files with 50 additions and 44 deletions

View File

@@ -14,4 +14,4 @@ import nat.systems.PlaygroundSystem;
import flixel.util.FlxSort;
@:build(kiss.Kiss.build())
class EntrySpriteSystem extends PlaygroundSystem {}
class EntrySpriteSystem extends PlaygroundSystem<EntrySprite> {}