Skip to content

Commit 01876dc

Browse files
authored
Update DragonFight.java
1 parent b998b81 commit 01876dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/section4/DragonFight.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import javax.swing.ImageIcon;
66

77
public class DragonFight {
8-
// 1. Create a main method and put all of the code below inside of it
8+
// 1. Put all of the game code inside the main bethod (below)
99
public static void main(String[] args) {
1010

1111
ImageIcon dragon = new ImageIcon("src/section4/dragonPicture.jpg");

0 commit comments

Comments
 (0)