Package com.prineside.tdi2.screens
Class ResearchesScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.ResearchesScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cameraController
-
hoveredResearch
-
selectedResearch
-
-
Constructor Details
-
ResearchesScreen
public ResearchesScreen() -
ResearchesScreen
-
-
Method Details
-
updateStarsCount
public void updateStarsCount() -
addListener
-
removeListener
-
show
public void show()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen becomes the current screen for aGame
. -
draw
public void draw(float delta) -
resize
public void resize(int width, int height) -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen should release all resources.
-