Class CodexTab
java.lang.Object
com.csse3200.game.ui.inventoryscreen.CodexTab
- All Implemented Interfaces:
InventoryTabInterface
Inventory tab that displays all unlocked codex entries
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
build
public com.badlogic.gdx.scenes.scene2d.Actor build(com.badlogic.gdx.scenes.scene2d.ui.Skin skin) Build actor for displaying the UI for the codex- Specified by:
buildin interfaceInventoryTabInterface- Parameters:
skin- The skin to render all UI with.- Returns:
- The UI's root actor.
-
dispose
public void dispose()Dispose of background texture
-