Merge branch 'renderUpdates' into liteCraft
commit
3998b7d8cf
|
@ -20,7 +20,7 @@ import com.github.hydos.ginger.engine.utils.Loader;
|
||||||
import com.github.hydos.ginger.main.GingerMain;
|
import com.github.hydos.ginger.main.GingerMain;
|
||||||
import com.github.hydos.ginger.main.settings.Constants;
|
import com.github.hydos.ginger.main.settings.Constants;
|
||||||
|
|
||||||
public class Example extends Game{
|
public class Litecraft extends Game{
|
||||||
|
|
||||||
private Ginger ginger3D;
|
private Ginger ginger3D;
|
||||||
|
|
|
@ -5,7 +5,7 @@ public class Starter {
|
||||||
// private static final boolean usingEclipse = false;
|
// private static final boolean usingEclipse = false;
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
new Example().main(args);
|
new Litecraft().main(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue