Cleaned up weather class

This commit is contained in:
Anuken
2020-03-11 10:08:27 -04:00
parent 930c342fb6
commit 06e94b1800
11 changed files with 58 additions and 13 deletions
@@ -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}]}