Package com.deco2800.game.areas
Class TutorialGameArea
java.lang.Object
com.deco2800.game.areas.GameArea
com.deco2800.game.areas.TutorialGameArea
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
static final String[]
dialogue boxstatic final String[]
static final String[]
static final String[]
Fields inherited from class com.deco2800.game.areas.GameArea
areaEntities, terrain
-
Constructor Summary
ConstructorsConstructorDescriptionTutorialGameArea
(AtlantisTerrainFactory terrainFactory, DialogueBoxDisplay display) -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Create the game area in the world.void
dispose()
Dispose of all internal entities in the areavoid
spawnExplosion
(Entity entity) Methods inherited from class com.deco2800.game.areas.GameArea
spawnEntity, spawnEntity, spawnEntityAt, spawnEntityAt
-
Field Details
-
dialogueBoxDisplay
dialogue box -
uiTextures
-
forestTextureAtlases
-
buildingPlacementTextures
-
sounds
-
atlantisSounds
-
-
Constructor Details
-
TutorialGameArea
-
-
Method Details