Usable player sprite
This commit is contained in:
parent
debd6803b7
commit
322bc0c97b
@ -10,9 +10,9 @@ public class player extends Applet {
|
|||||||
Expo.setColor(g,colorsTemp.playerBody);
|
Expo.setColor(g,colorsTemp.playerBody);
|
||||||
Expo.fillRectangle(g, 100, 100, 135, 160);
|
Expo.fillRectangle(g, 100, 100, 135, 160);
|
||||||
Expo.setColor(g,colorsTemp.Tires);
|
Expo.setColor(g,colorsTemp.Tires);
|
||||||
Expo.fillRectangle(g, 105, 108, 90, 128);
|
Expo.fillRectangle(g, 105, 108, 95, 128);
|
||||||
Expo.fillRectangle(g, 105, 108, 90, 128);
|
Expo.fillRectangle(g, 105, 135, 95, 155);
|
||||||
|
Expo.fillRectangle(g, 130, 108, 140, 128);
|
||||||
|
Expo.fillRectangle(g, 130, 135, 140, 155);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user