Legger til triple lasere

This commit is contained in:
2020-04-27 14:10:52 +02:00
parent 2f7e9cf1fb
commit efb1e4c03f
7 changed files with 48 additions and 8 deletions

View File

@@ -20,6 +20,10 @@ public enum WallType {
* A wall with two lasers
*/
WALL_LASER_DOUBLE(4),
/**
* A wall with three lasers
*/
WALL_LASER_TRIPLE(7),
/**
* A pusher which pushes on every odd phase
*/