Cleaned up weather class
This commit is contained in:
@@ -17,6 +17,7 @@ public class Annotations{
|
||||
effects,
|
||||
overlays,
|
||||
names,
|
||||
weather
|
||||
}
|
||||
|
||||
/** Indicates that a method overrides other methods. */
|
||||
|
||||
@@ -10,6 +10,7 @@ mindustry.entities.def.PlayerComp=5
|
||||
mindustry.entities.def.PuddleComp=6
|
||||
mindustry.entities.def.StandardEffectComp=7
|
||||
mindustry.entities.def.TileComp=8
|
||||
mindustry.type.Weather.WeatherComp=13
|
||||
phantom=11
|
||||
spirit=12
|
||||
vanguard=9
|
||||
@@ -0,0 +1 @@
|
||||
{fields:[]}
|
||||
@@ -0,0 +1 @@
|
||||
{version:1,fields:[{name:x,type:float,size:4},{name:y,type:float,size:4}]}
|
||||
Reference in New Issue
Block a user