mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 14:19:44 +02:00
entfernt, weil die klasse nur für mich zum testen gedacht war
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());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user