minor cleaning
This commit is contained in:
parent
b9f70e0c9d
commit
b4f84816ce
@ -1,4 +1,4 @@
|
|||||||
package zero1hd.rhythmbullet.desktop.graphics.ui.components;
|
package zero1hd.rhythmbullet.ui.components;
|
||||||
|
|
||||||
import com.badlogic.gdx.graphics.Color;
|
import com.badlogic.gdx.graphics.Color;
|
||||||
import com.badlogic.gdx.graphics.g2d.Batch;
|
import com.badlogic.gdx.graphics.g2d.Batch;
|
@ -1,4 +1,4 @@
|
|||||||
package zero1hd.rhythmbullet.desktop.graphics.ui.components;
|
package zero1hd.rhythmbullet.ui.components;
|
||||||
|
|
||||||
import com.badlogic.gdx.graphics.Color;
|
import com.badlogic.gdx.graphics.Color;
|
||||||
import com.badlogic.gdx.graphics.g2d.BitmapFont;
|
import com.badlogic.gdx.graphics.g2d.BitmapFont;
|
@ -11,6 +11,7 @@ import com.badlogic.gdx.utils.Disposable;
|
|||||||
|
|
||||||
import zero1hd.rhythmbullet.audio.MusicInfo;
|
import zero1hd.rhythmbullet.audio.MusicInfo;
|
||||||
import zero1hd.rhythmbullet.desktop.graphics.ui.pages.MusicSelectionPage;
|
import zero1hd.rhythmbullet.desktop.graphics.ui.pages.MusicSelectionPage;
|
||||||
|
import zero1hd.rhythmbullet.ui.components.ShortenedTextLabel;
|
||||||
|
|
||||||
public class MusicSelectable extends WidgetGroup implements Disposable {
|
public class MusicSelectable extends WidgetGroup implements Disposable {
|
||||||
private Table table;
|
private Table table;
|
||||||
|
@ -17,9 +17,9 @@ import zero1hd.rhythmbullet.RhythmBullet;
|
|||||||
import zero1hd.rhythmbullet.audio.MusicManager;
|
import zero1hd.rhythmbullet.audio.MusicManager;
|
||||||
import zero1hd.rhythmbullet.desktop.audio.MusicListController;
|
import zero1hd.rhythmbullet.desktop.audio.MusicListController;
|
||||||
import zero1hd.rhythmbullet.desktop.graphics.ui.components.MusicControls;
|
import zero1hd.rhythmbullet.desktop.graphics.ui.components.MusicControls;
|
||||||
import zero1hd.rhythmbullet.desktop.graphics.ui.components.ScrollText;
|
|
||||||
import zero1hd.rhythmbullet.desktop.graphics.ui.components.TitleBarVisualizer;
|
import zero1hd.rhythmbullet.desktop.graphics.ui.components.TitleBarVisualizer;
|
||||||
import zero1hd.rhythmbullet.desktop.screens.MainMenuScreen;
|
import zero1hd.rhythmbullet.desktop.screens.MainMenuScreen;
|
||||||
|
import zero1hd.rhythmbullet.ui.components.ScrollText;
|
||||||
|
|
||||||
public class MainPage extends Page implements Observer {
|
public class MainPage extends Page implements Observer {
|
||||||
private Label versionLabel;
|
private Label versionLabel;
|
||||||
|
@ -30,7 +30,7 @@ import zero1hd.rhythmbullet.audio.MusicManager;
|
|||||||
import zero1hd.rhythmbullet.desktop.audio.MusicInfoController;
|
import zero1hd.rhythmbullet.desktop.audio.MusicInfoController;
|
||||||
import zero1hd.rhythmbullet.desktop.audio.MusicListController;
|
import zero1hd.rhythmbullet.desktop.audio.MusicListController;
|
||||||
import zero1hd.rhythmbullet.desktop.graphics.ui.components.MusicSelectable;
|
import zero1hd.rhythmbullet.desktop.graphics.ui.components.MusicSelectable;
|
||||||
import zero1hd.rhythmbullet.desktop.graphics.ui.components.ScrollText;
|
import zero1hd.rhythmbullet.ui.components.ScrollText;
|
||||||
|
|
||||||
public class MusicSelectionPage extends Page implements Observer {
|
public class MusicSelectionPage extends Page implements Observer {
|
||||||
Preferences musicFileAnnotation;
|
Preferences musicFileAnnotation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user