mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 11:39:45 +02:00
Merge branch 'master' of github.com:jokerx3/prp
This commit is contained in:
@@ -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());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -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#
|
||||||
|
------------####################
|
||||||
Reference in New Issue
Block a user