Skip to content
Snippets Groups Projects
Commit 3b11def7 authored by Schlütter Yannik's avatar Schlütter Yannik
Browse files

Added: new png's for different maps and added nearly all bioms in TileManager.java

parent 64888356
No related branches found
No related tags found
6 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!27Player can now place bombs that have a explosion radius that dont go through the wall.,!24Player can now place bombs that have a explosion radius that dont go through the wall.,!22Gameplay update
Showing with 226 additions and 1 deletion
......@@ -27,7 +27,7 @@ public class RuntimeInfo {
private EntityClass playerOneClass = EntityClass.HUMAN;
private EntityClass playerTwoClass = EntityClass.HUMAN;
private Biom mapBiom = Biom.GRASS; //Default value: GRASS
private Biom mapBiom = Biom.BOMBERMAN; //Default value: GRASS
private RuntimeInfo(){};
......
src/main/resources/textures/map/bomberman/building/StoneBombLand01.png

158 B

src/main/resources/textures/map/bomberman/ground/GrassBombLand00.png

100 B

src/main/resources/textures/map/bomberman/ground/GrassBombLand01.png

100 B

src/main/resources/textures/map/bomberman/ground/GrassBombLand03.png

181 B

src/main/resources/textures/map/bomberman/ground/GrassBombLand04.png

126 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment