Code cleanup
Signed-off-by: officereso <qrs01@snowtx.com>
This commit is contained in:
parent
a7469c079c
commit
7fba7e16e2
@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user