Rearrange imports
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
[com.badlogic.gdx.graphics Camera Color GL20 OrthographicCamera
|
||||
PerspectiveCamera Pixmap Pixmap$Format PixmapIO Texture
|
||||
VertexAttributes$Usage]
|
||||
[com.badlogic.gdx.graphics.g2d ParticleEffect Batch]
|
||||
[com.badlogic.gdx.graphics.g2d Batch ParticleEffect]
|
||||
[com.badlogic.gdx.graphics.g3d ModelBatch]
|
||||
[com.badlogic.gdx.graphics.glutils ShapeRenderer]
|
||||
[com.badlogic.gdx.input GestureDetector
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
(ns play-clj.entities
|
||||
(:import [com.badlogic.gdx Gdx Graphics]
|
||||
[com.badlogic.gdx.graphics Camera]
|
||||
[com.badlogic.gdx.graphics.g2d NinePatch ParticleEffect Batch
|
||||
[com.badlogic.gdx.graphics.g2d Batch NinePatch ParticleEffect
|
||||
TextureRegion]
|
||||
[com.badlogic.gdx.graphics.g3d Environment ModelBatch ModelInstance]
|
||||
[com.badlogic.gdx.graphics.glutils ShapeRenderer]
|
||||
|
||||
Reference in New Issue
Block a user