Code cleanup

Signed-off-by: officereso <qrs01@snowtx.com>
This commit is contained in:
officereso 2019-05-24 21:23:35 -05:00
parent a7469c079c
commit 7fba7e16e2
9 changed files with 9 additions and 93 deletions

View File

@ -37,17 +37,3 @@ public class NPC1 extends Applet {
} }
} }
} }
/*
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);
}
}*/

View File

@ -37,17 +37,3 @@ public class NPC2 extends Applet {
} }
} }
} }
/*
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);
}
}*/

View File

@ -37,17 +37,3 @@ public class NPC3 extends Applet {
} }
} }
} }
/*
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);
}
}*/

View File

@ -37,17 +37,3 @@ public class NPC4 extends Applet {
} }
} }
} }
/*
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);
}
}*/

View File

@ -37,17 +37,3 @@ public class NPC5 extends Applet {
} }
} }
} }
/*
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);
}
}*/

View File

@ -37,17 +37,3 @@ public class NPC6 extends Applet {
} }
} }
} }
/*
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);
}
}*/