mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 11:39:45 +02:00
struktur geändert
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
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 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user