mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-05 18:30:22 -08:00
Unit cargo transport system
This commit is contained in:
parent
635027bb81
commit
6483d924af
32 changed files with 631 additions and 115 deletions
|
|
@ -9,6 +9,7 @@ corvus=24
|
|||
flare=3
|
||||
gamma=31
|
||||
mace=4
|
||||
manifold=36
|
||||
mega=5
|
||||
mindustry.entities.comp.BuildingComp=6
|
||||
mindustry.entities.comp.BulletComp=7
|
||||
|
|
|
|||
1
annotations/src/main/resources/revisions/manifold/0.json
Normal file
1
annotations/src/main/resources/revisions/manifold/0.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{fields:[{name:ammo,type:float},{name:building,type:Building},{name:controller,type:mindustry.entities.units.UnitController},{name:elevation,type:float},{name:flag,type:double},{name:health,type:float},{name:isShooting,type:boolean},{name:mineTile,type:mindustry.world.Tile},{name:mounts,type:"mindustry.entities.units.WeaponMount[]"},{name:plans,type:arc.struct.Queue<mindustry.entities.units.BuildPlan>},{name:rotation,type:float},{name:shield,type:float},{name:spawnedByCore,type:boolean},{name:stack,type:mindustry.type.ItemStack},{name:statuses,type:arc.struct.Seq<mindustry.entities.units.StatusEntry>},{name:team,type:mindustry.game.Team},{name:type,type:mindustry.type.UnitType},{name:updateBuilding,type:boolean},{name:vel,type:arc.math.geom.Vec2},{name:x,type:float},{name:y,type:float}]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue