mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-17 03:08:17 +07:00
Added WorldLabel entity for better server-side labels
This commit is contained in:
@ -20,6 +20,7 @@ mindustry.entities.comp.PlayerComp=12
|
||||
mindustry.entities.comp.PosTeam=27
|
||||
mindustry.entities.comp.PosTeamDef=28
|
||||
mindustry.entities.comp.PuddleComp=13
|
||||
mindustry.entities.comp.WorldLabelComp=35
|
||||
mindustry.type.Weather.WeatherStateComp=14
|
||||
mindustry.world.blocks.campaign.LaunchPad.LaunchPayloadComp=15
|
||||
mindustry.world.blocks.campaign.PayloadLaunchPad.LargeLaunchPayloadComp=34
|
||||
|
@ -0,0 +1 @@
|
||||
{fields:[{name:flags,type:byte},{name:fontSize,type:float},{name:text,type:java.lang.String},{name:x,type:float},{name:y,type:float},{name:z,type:float}]}
|
Reference in New Issue
Block a user