diff --git a/src/project/Colors.java b/src/project/Colors.java index 516a7a6..7c15073 100644 --- a/src/project/Colors.java +++ b/src/project/Colors.java @@ -13,4 +13,4 @@ public class Colors { static final Color playerBody = new Color(247, 17, 17); static final Color Tires = new Color(0, 0, 0); static final Color NPC1Body = new Color(0, 247, 0); -} +} \ No newline at end of file diff --git a/src/project/Main.java b/src/project/Main.java index e4effa8..6e1d379 100644 --- a/src/project/Main.java +++ b/src/project/Main.java @@ -76,4 +76,4 @@ public class Main extends Applet { repaint(); return true; } -} +} \ No newline at end of file diff --git a/src/project/Sprites/NPC1.java b/src/project/Sprites/NPC1.java index 89acf07..c3ba517 100644 --- a/src/project/Sprites/NPC1.java +++ b/src/project/Sprites/NPC1.java @@ -36,18 +36,4 @@ public class NPC1 extends Applet { speed = Expo.random(10, 40); } } -} - -/* - public static void make(Graphics g){ - int x = Expo.random(100,400); - Expo.setColor(g,SpriteColors.NPC1Body); - Expo.fillRectangle(g, x, 110, x+35, 170); - Expo.setColor(g,SpriteColors.Tires); - Expo.fillRectangle(g, x+5, 118, x-5, 138); - Expo.fillRectangle(g, x+5, 145, x-5, 165); - Expo.fillRectangle(g, x+30, 118, x+40, 138); - Expo.fillRectangle(g, x+30, 145, x+40, 165); - - } -}*/ +} \ No newline at end of file diff --git a/src/project/Sprites/NPC2.java b/src/project/Sprites/NPC2.java index 6c0e952..aa1595d 100644 --- a/src/project/Sprites/NPC2.java +++ b/src/project/Sprites/NPC2.java @@ -36,18 +36,4 @@ public class NPC2 extends Applet { speed = Expo.random(10, 40); } } -} - -/* - public static void make(Graphics g){ - int x = Expo.random(100,400); - Expo.setColor(g,SpriteColors.NPC1Body); - Expo.fillRectangle(g, x, 110, x+35, 170); - Expo.setColor(g,SpriteColors.Tires); - Expo.fillRectangle(g, x+5, 118, x-5, 138); - Expo.fillRectangle(g, x+5, 145, x-5, 165); - Expo.fillRectangle(g, x+30, 118, x+40, 138); - Expo.fillRectangle(g, x+30, 145, x+40, 165); - - } -}*/ +} \ No newline at end of file diff --git a/src/project/Sprites/NPC3.java b/src/project/Sprites/NPC3.java index 9223bdb..a163114 100644 --- a/src/project/Sprites/NPC3.java +++ b/src/project/Sprites/NPC3.java @@ -36,18 +36,4 @@ public class NPC3 extends Applet { speed = Expo.random(10, 40); } } -} - -/* - public static void make(Graphics g){ - int x = Expo.random(100,400); - Expo.setColor(g,SpriteColors.NPC1Body); - Expo.fillRectangle(g, x, 110, x+35, 170); - Expo.setColor(g,SpriteColors.Tires); - Expo.fillRectangle(g, x+5, 118, x-5, 138); - Expo.fillRectangle(g, x+5, 145, x-5, 165); - Expo.fillRectangle(g, x+30, 118, x+40, 138); - Expo.fillRectangle(g, x+30, 145, x+40, 165); - - } -}*/ +} \ No newline at end of file diff --git a/src/project/Sprites/NPC4.java b/src/project/Sprites/NPC4.java index 2884497..5191096 100644 --- a/src/project/Sprites/NPC4.java +++ b/src/project/Sprites/NPC4.java @@ -36,18 +36,4 @@ public class NPC4 extends Applet { speed = Expo.random(10, 40); } } -} - -/* - public static void make(Graphics g){ - int x = Expo.random(100,400); - Expo.setColor(g,SpriteColors.NPC1Body); - Expo.fillRectangle(g, x, 110, x+35, 170); - Expo.setColor(g,SpriteColors.Tires); - Expo.fillRectangle(g, x+5, 118, x-5, 138); - Expo.fillRectangle(g, x+5, 145, x-5, 165); - Expo.fillRectangle(g, x+30, 118, x+40, 138); - Expo.fillRectangle(g, x+30, 145, x+40, 165); - - } -}*/ +} \ No newline at end of file diff --git a/src/project/Sprites/NPC5.java b/src/project/Sprites/NPC5.java index 249a7ee..b6ce787 100644 --- a/src/project/Sprites/NPC5.java +++ b/src/project/Sprites/NPC5.java @@ -36,18 +36,4 @@ public class NPC5 extends Applet { speed = Expo.random(10, 40); } } -} - -/* - public static void make(Graphics g){ - int x = Expo.random(100,400); - Expo.setColor(g,SpriteColors.NPC1Body); - Expo.fillRectangle(g, x, 110, x+35, 170); - Expo.setColor(g,SpriteColors.Tires); - Expo.fillRectangle(g, x+5, 118, x-5, 138); - Expo.fillRectangle(g, x+5, 145, x-5, 165); - Expo.fillRectangle(g, x+30, 118, x+40, 138); - Expo.fillRectangle(g, x+30, 145, x+40, 165); - - } -}*/ +} \ No newline at end of file diff --git a/src/project/Sprites/NPC6.java b/src/project/Sprites/NPC6.java index 0e3b8f2..72171ac 100644 --- a/src/project/Sprites/NPC6.java +++ b/src/project/Sprites/NPC6.java @@ -36,18 +36,4 @@ public class NPC6 extends Applet { speed = Expo.random(10, 40); } } -} - -/* - public static void make(Graphics g){ - int x = Expo.random(100,400); - Expo.setColor(g,SpriteColors.NPC1Body); - Expo.fillRectangle(g, x, 110, x+35, 170); - Expo.setColor(g,SpriteColors.Tires); - Expo.fillRectangle(g, x+5, 118, x-5, 138); - Expo.fillRectangle(g, x+5, 145, x-5, 165); - Expo.fillRectangle(g, x+30, 118, x+40, 138); - Expo.fillRectangle(g, x+30, 145, x+40, 165); - - } -}*/ +} \ No newline at end of file diff --git a/src/project/Sprites/SpriteColors.java b/src/project/Sprites/SpriteColors.java index cb7fc09..7b4feab 100644 --- a/src/project/Sprites/SpriteColors.java +++ b/src/project/Sprites/SpriteColors.java @@ -6,4 +6,4 @@ public class SpriteColors { static final Color playerBody = new Color(247, 17, 17); static final Color Tires = new Color(0, 0, 0); static final Color NPC1Body = new Color(0, 247, 0); -} +} \ No newline at end of file