Trail experiment
This commit is contained in:
@@ -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
|
||||
@@ -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}]}
|
||||
Reference in New Issue
Block a user