mirror of
https://github.com/ynerant/Level-Editor.git
synced 2025-02-06 03:12:59 +00:00
Rename to level editor
This commit is contained in:
parent
6795917373
commit
d36800ab13
@ -62,7 +62,7 @@ public class MainFrame extends JFrame {
|
|||||||
private MainFrame() {
|
private MainFrame() {
|
||||||
super();
|
super();
|
||||||
LOGGER.info("Initialisation de la fen\u00eatre");
|
LOGGER.info("Initialisation de la fen\u00eatre");
|
||||||
this.setTitle("Alice Game Engine");
|
this.setTitle("Level Editor");
|
||||||
this.setPreferredSize(new Dimension(1000, 800));
|
this.setPreferredSize(new Dimension(1000, 800));
|
||||||
this.setSize(800, 700);
|
this.setSize(800, 700);
|
||||||
this.setLocationRelativeTo(null);
|
this.setLocationRelativeTo(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user