the errors are back

This commit is contained in:
Anuken
2020-02-05 15:00:35 -05:00
parent eb0ea9030b
commit 84748afc55
48 changed files with 169 additions and 157 deletions

View File

@@ -8,7 +8,7 @@ class EntityDefs{
@EntityDef({BulletComp.class, VelComp.class, TimedComp.class})
class BulletDef{}
@EntityDef({TileComp.class})
@EntityDef(value = {TileComp.class}, isFinal = false)
class TileDef{}
@EntityDef({EffectComp.class})