From f25d06d3baaaf62134589eda3b961a5186bf8dd7 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 22 Jun 2014 13:57:29 -0400 Subject: [PATCH] Update location of Cell class --- src/play_clj/ui.clj | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/play_clj/ui.clj b/src/play_clj/ui.clj index 4fb66c8..50bda83 100644 --- a/src/play_clj/ui.clj +++ b/src/play_clj/ui.clj @@ -6,15 +6,14 @@ [com.badlogic.gdx.graphics Color Texture] [com.badlogic.gdx.graphics.g2d TextureRegion] [com.badlogic.gdx.scenes.scene2d Actor Stage] - [com.badlogic.gdx.scenes.scene2d.ui ButtonGroup CheckBox Container - Dialog HorizontalGroup Image ImageButton ImageTextButton Label - ScrollPane SelectBox Skin Slider Stack Table TextButton TextField - Tree Tree$Node VerticalGroup WidgetGroup Window] + [com.badlogic.gdx.scenes.scene2d.ui ButtonGroup Cell CheckBox + Container Dialog HorizontalGroup Image ImageButton ImageTextButton + Label ScrollPane SelectBox Skin Slider Stack Table TextButton + TextField Tree Tree$Node VerticalGroup WidgetGroup Window] [com.badlogic.gdx.scenes.scene2d.utils ActorGestureListener ChangeListener ClickListener DragListener FocusListener NinePatchDrawable SpriteDrawable TextureRegionDrawable TiledDrawable] - [com.esotericsoftware.tablelayout Cell] [play_clj.entities ActorEntity])) (defmacro drawable