From b4b84304b4e2d22ec268e77a20bbaa8df888b2c5 Mon Sep 17 00:00:00 2001 From: yschl <ys037@hdm-stuttgart.de> Date: Wed, 17 Jan 2024 11:49:33 +0100 Subject: [PATCH] GameSceneController.java: Add: Changed testmap, Added new Tiles and upped the diffTileCount Player.java: Fix: Small addition of test so that explosions shouldnt go out of the map (Some still do), Add: Check of new Non_Destructible Tile in checkTileNOon_destructible Method TileManager.java: Add: 2 new Tiles + png's --- src/main/resources/textures/map/box.png | Bin 0 -> 210 bytes src/main/resources/textures/map/solidstone.png | Bin 0 -> 128 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/textures/map/box.png create mode 100644 src/main/resources/textures/map/solidstone.png diff --git a/src/main/resources/textures/map/box.png b/src/main/resources/textures/map/box.png new file mode 100644 index 0000000000000000000000000000000000000000..6c6cf965c67c4e8008c453bd87f27542d9ebe8a2 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|dOTemLoEE0 zQxXz>oOfVMV3GW=Be+FJIpy?yg9cs&Z}Sl0JFE(q9rPG4{tve_wAoqDsV}`u>?p&8 zg)JuM@BeRGn8(h1$4G>^<0{W4j@8^BDjCy^PY4~`P<w;-z*E+gvl})Xe8rR#cVOAf z4E==5K3l{KGSyCTx0pQs%A|O9!vSYbmsKjMMLY|=(wG?LevuY<$8${?=q?6NS3j3^ HP6<r_cQH!9 literal 0 HcmV?d00001 diff --git a/src/main/resources/textures/map/solidstone.png b/src/main/resources/textures/map/solidstone.png new file mode 100644 index 0000000000000000000000000000000000000000..46ca4543d42aa78de8ce196efc7df1142b9e45b2 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|tUO&DLoEE0 zONxtspFeQmz=oQiMFOry2`!QnrcZa@l;-X2-4@8~b~wRA*1%vv3*$*k&Q*-_W}Yx* ZU^x55qFo}Zvjb=fgQu&X%Q~loCIHPPC>a0% literal 0 HcmV?d00001 -- GitLab