Trail experiment

This commit is contained in:
Anuken
2020-05-01 21:15:34 -04:00
parent cc04537355
commit c16c64b049
8 changed files with 80 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ mindustry.entities.def.PuddleComp=7
mindustry.entities.def.TileComp=8
mindustry.type.Weather.WeatherComp=9
phantom=10
reaper=14
titan=13
vanguard=11
wraith=12

View File

@@ -0,0 +1 @@
{fields:[{name:elevation,type:float,size:4},{name:health,type:float,size:4},{name:rotation,type:float,size:4},{name:shield,type:float,size:4},{name:team,type:mindustry.game.Team,size:-1},{name:type,type:mindustry.type.UnitType,size:-1},{name:x,type:float,size:4},{name:y,type:float,size:4}]}