mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-07-25 17:25:27 +02:00
Legger til pushere. Closes #45
This commit is contained in:
@@ -19,7 +19,15 @@ public enum WallType {
|
||||
/**
|
||||
* A wall with two lasers
|
||||
*/
|
||||
WALL_LASER_DOUBLE(4);
|
||||
WALL_LASER_DOUBLE(4),
|
||||
/**
|
||||
* A pusher which pushes on every odd phase
|
||||
*/
|
||||
WALL_PUSHER_ODD(5),
|
||||
/**
|
||||
* A pusher which pushes on every even phase
|
||||
*/
|
||||
WALL_PUSHER_EVEN(6);
|
||||
|
||||
private final int wallTypeID;
|
||||
|
||||
|
Reference in New Issue
Block a user