Skip to content

Commit

Permalink
added the waterplanets's background
Browse files Browse the repository at this point in the history
  • Loading branch information
bmac committed Apr 21, 2012
1 parent 76df7f0 commit f1632f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added assets/planets/WATER PLANET.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/HomePlanet.as
Expand Up @@ -10,13 +10,13 @@ package

private var planet_background:PlanetBackground;

//[Embed(source = "../assets/planets/*-planet.png")] private var *_planet:Class;
[Embed(source="../assets/planets/WATER PLANET.png")] private var water_planet:Class;
//[Embed(source = "../assets/planets/*background.png")] private var *_background:Class;

public function HomePlanet(x:int, y:int, checkpoint:int)
{
super(x, y, checkpoint);
//this.loadGraphic(home_planet, , , , );
this.loadGraphic(water_planet);
//planet_background = new PlanetBackground(this.x, this.y, home_planet_background);
this.planetMass = HOME_MASS;
}
Expand Down

0 comments on commit f1632f1

Please sign in to comment.