organized packages; started working on round visualizer using mesh

This commit is contained in:
2018-02-07 22:32:13 -06:00
parent b4f84816ce
commit e939bffc68
6 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
package zero1hd.rhythmbullet.graphics.meshes;
public class CircularVisualizerMesh {
}

View File

@@ -1,4 +1,4 @@
package zero1hd.rhythmbullet.ui.components;
package zero1hd.rhythmbullet.graphics.ui.components;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;

View File

@@ -1,4 +1,4 @@
package zero1hd.rhythmbullet.ui.components;
package zero1hd.rhythmbullet.graphics.ui.components;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.BitmapFont;