Skip to content
Snippets Groups Projects
Commit 93a5c27e authored by karthurg's avatar karthurg
Browse files

GameWindow méretének növelése(az alja le volt vágva), MAPOK!, Elf_dead sound,...

GameWindow méretének növelése(az alja le volt vágva), MAPOK!, Elf_dead sound, mostantól a képernyő közepén van az ablak
parent f07142e1
Branches master
No related tags found
No related merge requests found
Showing
with 123 additions and 2 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -35,6 +35,7 @@ public class Engine ...@@ -35,6 +35,7 @@ public class Engine
startWindow = new StartWindow(this); startWindow = new StartWindow(this);
startWindow.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); startWindow.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
startWindow.setResizable(false); startWindow.setResizable(false);
startWindow.setLocationRelativeTo(null);
startWindow.setVisible(true); startWindow.setVisible(true);
ActionListener update = new ActionListener() { ActionListener update = new ActionListener() {
public void actionPerformed(ActionEvent evt) public void actionPerformed(ActionEvent evt)
...@@ -80,8 +81,8 @@ public class Engine ...@@ -80,8 +81,8 @@ public class Engine
gameWindow = new JFrame("The Two Towers Defense"); gameWindow = new JFrame("The Two Towers Defense");
gameWindow.setResizable(false); gameWindow.setResizable(false);
gameWindow.setVisible(true); gameWindow.setVisible(true);
gameWindow.setSize(1000, 750); gameWindow.setSize(1000, 830);
gameWindow.setResizable(false); gameWindow.setLocationRelativeTo(null);
gameWindow.setContentPane(new GamePanel(world)); gameWindow.setContentPane(new GamePanel(world));
gameWindow.addWindowListener(new WindowAdapter() gameWindow.addWindowListener(new WindowAdapter()
{ {
......
--------RMR---------
--------R-R---------
--------R-R---------
-------RR-RR--------
------RR---RR-------
-----RR-----RR------
----RR-------RR-----
---RR---------RR----
--RR-----------RR---
-RR-------------RR--
-R---------------R--
-RRRRRRRR-RRRRRRRR--
--------R-R---------
--------R-R---------
--------RSR---------
--------------------
--------------------
---RRRRR---RRRRR----
---R---R---R---R----
---R---R---R---R----
---R---R---R---R----
---R---R---R---R----
SRRR---R---R---RRRRM
-------R---R--------
-------R---R--------
-------R---R--------
-------R---R--------
-------RRRRR--------
--------------------
--------------------
--------------------
--------------------
----RRR---RRR-------
---RR-RR-RR-RR------
--RR---R-R---RR-----
-RR----RRR----RR----
SR-------------M----
-RR-----------RR----
--RR---------RR-----
---RR-------RR------
----RR-----RR-------
-----RR---RR--------
------RR-RR---------
-------RRR----------
--------------------
--RRRRRRRRRRRRRRRRR-
--R---------------R-
--R-RRRRRRRRRRRRR-R-
--R-R-----------R-R-
--R-R-RRRRRRRRR-R-R-
--R-R-R-------R-R-R-
--R-R-R-RRRRR-R-R-R-
SRRRRRRRR---M-M-M-M-
--R-R-R-RRRRR-R-R-R-
--R-R-R-------R-R-R-
--R-R-RRRRRRRRR-R-R-
--R-R-----------R-R-
--R-RRRRRRRRRRRRR-R-
--R---------------R-
--RRRRRRRRRRRRRRRRR-
--------------------
--------------------
--RRR---------------
-RR-RR---------RRRR-
-R---R---------R--RR
-R---RRRRRRRRRRR---R
-R-----------------R
SR-----------------M
-R-----------------R
-R---RRRRRRRRRRR---R
-R---R---------R--RR
-RR-RR---------RRRR-
--RRR---------------
--------------------
--------------------
--------------------
--------------------
--RRRRRRRRRRRRRRRR--
--R--------------R--
--R-RRRRRRRRRRRR-R--
--R-R----------R-R--
--R-R-RRRRRRRR-R-R--
SRR-R-R------R-R-R--
----R-R-MRRRRR-R-R--
----R-R--------R-R--
----R-RRRRRRRRRR-R--
----R------------R--
----RRRRRRRRRRRRRR--
--------------------
--------------------
--------------------
--------------------
--------------------
--------------------
--------------------
--------------------
--------------------
SRRRRRRRRRRRRRRRRRRM
--------------------
--------------------
--------------------
--------------------
--------------------
--------------------
--------------------
--------RRR---------
-------RR-RR--------
------RR---RR-------
-----RR-----RR------
----RR-------RR-----
---RR---------RR----
--RR-----------RR---
SRR-------------M---
--RR-----------RR---
---RR---------RR----
----RR-------RR-----
-----RR-----RR------
------RR---RR-------
-------RR-RR--------
--------RRR---------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment