package net.mostlyoriginal.ns2d; import com.artemis.World; /** * @author Daan van Yperen */ public class G { public static final int CELL_SIZE = 32; public static MainScreen screen; public static World world; public static NsGame game; public static Settings settings = new Settings(); }