mirror of
https://github.com/yawaflua/Informatis.git
synced 2026-02-04 10:24:21 +02:00
rename package
This commit is contained in:
16
src/informatis/SVars.java
Normal file
16
src/informatis/SVars.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package informatis;
|
||||
|
||||
import informatis.shaders.*;
|
||||
import arc.graphics.g2d.TextureRegion;
|
||||
import mindustry.gen.Teamc;
|
||||
|
||||
import static arc.Core.atlas;
|
||||
|
||||
public class SVars {
|
||||
public static TextureRegion clear = atlas.find("clear");
|
||||
public static TextureRegion error = atlas.find("error");
|
||||
public static RangeShader turretRange = new RangeShader();
|
||||
public static Teamc target;
|
||||
public static boolean locked;
|
||||
public static float uiResumeRate = 3 * 60f; //default 3s
|
||||
}
|
||||
Reference in New Issue
Block a user