Class TestUpdate
java.lang.Object
tech.underoaks.coldcase.state.updates.GameStateUpdate
tech.underoaks.coldcase.state.updates.TestUpdate
A test implementation of GameStateUpdate for adding TestContent to a tile.
-
Field Summary
Fields inherited from class tech.underoaks.coldcase.state.updates.GameStateUpdate
UPDATE_TYPE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestUpdate
public TestUpdate(com.badlogic.gdx.math.Vector2 pos) Constructs a new TestUpdate.- Parameters:
pos- The position where the TestContent will be added.
-
-
Method Details
-
apply
Description copied from class:GameStateUpdateApplies the GameStateUpdate to the game state.- Specified by:
applyin classGameStateUpdate- Parameters:
map- the map that will receive changes.
-