Package com.prineside.tdi2.screens
Class MapEditorScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.MapEditorScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
int
boolean
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
S
-
cameraController
-
screenBorderGradient
-
mainUi
-
mapShiftButtons
-
draggingItemHelper
-
selectedTile
public boolean selectedTile -
selectedTileX
public int selectedTileX -
selectedTileY
public int selectedTileY -
selectedBarrier
public boolean selectedBarrier -
selectedGateX
public int selectedGateX -
selectedGateY
public int selectedGateY
-
-
Constructor Details
-
MapEditorScreen
-
MapEditorScreen
-
-
Method Details
-
updateEnemyPathTraces
public void updateEnemyPathTraces() -
show
public void show()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen becomes the current screen for aGame
. -
updateSelectedItemMenu
public void updateSelectedItemMenu() -
draw
public void draw(float realDeltaTime) -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen should release all resources. -
resize
public void resize(int width, int height)
-