Browse Source

add Terran planet texture

main
Colin McMillen 3 years ago
parent
commit
239dc167f9
  1. 3
      Shared/Textures.cs

3
Shared/Textures.cs

@ -82,6 +82,9 @@ namespace SemiColinGames {
public static TextureRef Projectile4 = new TextureRef("sprites/dylestorm/projectile02-4");
public static TextureRef Projectile5 = new TextureRef("sprites/dylestorm/projectile02-5");
// Planets.
public static TextureRef Terran = new TextureRef("sprites/helianthus/Terran");
// Backgrounds are indexed by draw order; the first element should be drawn furthest back.
public static TextureRef[] Backgrounds = new TextureRef[] {
new TextureRef("backgrounds/szadiart/pf4/background1_day"),

Loading…
Cancel
Save