diff --git a/Shared/Textures.cs b/Shared/Textures.cs index 07454cb..8e801ed 100644 --- a/Shared/Textures.cs +++ b/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"),