add Terran planet texture

This commit is contained in:
Colin McMillen 2021-07-12 14:57:49 -04:00
parent 20c4bd8b3a
commit 239dc167f9

View File

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