mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Hover unit stuff
This commit is contained in:
parent
f833a4e1bb
commit
25208d0797
11 changed files with 99 additions and 14 deletions
|
|
@ -32,6 +32,7 @@ missile=39
|
|||
mono=16
|
||||
nova=17
|
||||
oct=26
|
||||
osc=44
|
||||
poly=18
|
||||
pulsar=19
|
||||
quad=23
|
||||
|
|
|
|||
1
annotations/src/main/resources/revisions/osc/0.json
Normal file
1
annotations/src/main/resources/revisions/osc/0.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{fields:[{name:abilities,type:"mindustry.entities.abilities.Ability[]"},{name:ammo,type:float},{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