scg/ch10/ObstacleReader

From FANG

Jump to: navigation, search

01 package scg.ch10;
02 
03 import fang2.core.Game;
04 import fang2.sprites.OvalSprite;
05 
06 public class ObstacleReader
07   extends Game {
08   @Override
09   public void setup() {
10     OvalSprite a = new OvalSprite(0.250.25);
11     a.setLocation(0.30.4);
12     addSprite(a);
13 
14     OvalSprite b = new OvalSprite(0.250.25);
15     b.setLocation(0.70.8);
16     addSprite(b);
17   }
18 }
19 
20 //Uploaded on Mon Mar 29 21:39:38 EDT 2010


Download/View scg/ch10/ObstacleReader.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter

Games
Games