From 239dc167f958ebdeae3106107d6d9c610ba4ebb6 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Mon, 12 Jul 2021 14:57:49 -0400 Subject: [PATCH] add Terran planet texture --- Shared/Textures.cs | 3 +++ 1 file changed, 3 insertions(+) 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"),