diff --git a/HeatUp/src/de/heatup/mapengine/MapEngineTest.java b/HeatUp/src/de/heatup/mapengine/MapEngineTest.java deleted file mode 100644 index 047dd31..0000000 --- a/HeatUp/src/de/heatup/mapengine/MapEngineTest.java +++ /dev/null @@ -1,15 +0,0 @@ -package mapEngine; - -import java.io.IOException; - -import prp.GameInterface; - -public class MapEngineTest { - - public static void main(String[] args) throws IOException { - MapEngine me = new MapEngine(); - GameInterface gi = new GameInterface(); - me.addAllGameTilesToPanel(gi.getGamePanel()); - } - -} diff --git a/HeatUp/src/de/heatup/resource/maps/.gitkeep b/HeatUp/src/de/heatup/resources/maps/.gitkeep similarity index 100% rename from HeatUp/src/de/heatup/resource/maps/.gitkeep rename to HeatUp/src/de/heatup/resources/maps/.gitkeep diff --git a/HeatUp/src/de/heatup/resources/maps/map1.txt b/HeatUp/src/de/heatup/resources/maps/map1.txt new file mode 100644 index 0000000..688914d --- /dev/null +++ b/HeatUp/src/de/heatup/resources/maps/map1.txt @@ -0,0 +1,24 @@ +################################ +#--11-----#-----------#222222--# +#--11-----#-----------#222222--# +#######################222222### +#---------#----------#########-# +###############-######---------# +-------#---#--#-#------######### +###############-########--#----- +#--------3333-#-#----444--#----- +#---#####3333-#-#####444######## +#--##---#3333-###------------#-- +####----#-----#-################ +#-------#######-#----#---------# +#######----##---##########-##### +------#######-###-##-----#-#-#-# +#####-------#-#-####-55--#-##### +-666################-55--#-#---- +-666#---#-#--------###--######-- +-666#---#-###---####-####--#-##- +-666#---#---#-###777-#--##----#- +-666#####---###-#777-#---####### +----#-------#---##########88888# +---##########------#------88888# +------------#################### \ No newline at end of file