|
|
@ -149,6 +149,14 @@ public class StartDarkSoulsGame { |
|
|
|
hpLabelNumber.setText(""+ playerHP); |
|
|
|
weapon = "Knife"; |
|
|
|
weaponLabelName.setText(weapon); |
|
|
|
townGate(); |
|
|
|
} |
|
|
|
public void townGate() { |
|
|
|
mainTextArea.setText("You are at the Gate of the town.\n A guard is standing in front of you. WHAT DO YOU DO !?"); |
|
|
|
choice1.setText("Talk to the gurad "); |
|
|
|
choice2.setText("Attack the guard"); |
|
|
|
choice3.setText("Leave"); |
|
|
|
choice4.setText(""); |
|
|
|
} |
|
|
|
|
|
|
|
public class TitelScreenHandler implements ActionListener{ |
|
|
|