Implementation of 2D mode
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
package chess;
|
||||
|
||||
import chess.render.*;
|
||||
import chess.view.render2D.Window;
|
||||
|
||||
public class App {
|
||||
public String getGreeting() {
|
||||
@@ -11,6 +11,6 @@ public class App {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
new Window().run();
|
||||
Window.main(args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user