[Refactor] Moved litecraft back to halotroop AGAIN

pull/5/head
Caroline Bell 2020-02-23 23:24:45 -08:00
parent c5a85538c6
commit 46098ee9c8
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package com.github.hydos.litecraft;
package com.github.halotroop.litecraft;
import com.github.hydos.ginger.engine.elements.objects.RenderObject;
import com.github.hydos.ginger.engine.math.vectors.Vector3f;

View File

@ -1,4 +1,4 @@
package com.github.hydos.litecraft;
package com.github.halotroop.litecraft;
import com.github.hydos.ginger.engine.elements.objects.RenderObject;
import com.github.hydos.ginger.engine.math.vectors.Vector3f;

View File

@ -2,6 +2,7 @@ package com.github.hydos.ginger;
import java.util.*;
import com.github.halotroop.litecraft.Block;
import com.github.hydos.ginger.engine.api.*;
import com.github.hydos.ginger.engine.cameras.Camera;
import com.github.hydos.ginger.engine.elements.GuiTexture;
@ -18,7 +19,6 @@ import com.github.hydos.ginger.engine.render.models.TexturedModel;
import com.github.hydos.ginger.engine.utils.Loader;
import com.github.hydos.ginger.main.GingerMain;
import com.github.hydos.ginger.main.settings.Constants;
import com.github.hydos.litecraft.Block;
public class Example extends Game{