diff -ruN -Xdiff_ignore Feb-21/data/isotrident/Makefile.am gfx-Feb-21/data/isotrident/Makefile.am
--- Feb-21/data/isotrident/Makefile.am	Tue Nov 19 06:02:06 2002
+++ gfx-Feb-21/data/isotrident/Makefile.am	Sat Feb 22 10:56:31 2003
@@ -8,6 +8,8 @@
 	cities.spec	\
 	flags.png	\
 	flags.spec	\
+	icons.png	\
+	icons.spec	\
 	morecities.png	\
 	morecities.spec	\
 	nuke.spec	\
diff -ruN -Xdiff_ignore Feb-21/data/isotrident/icons.spec gfx-Feb-21/data/isotrident/icons.spec
--- Feb-21/data/isotrident/icons.spec	Thu Jan  1 00:00:00 1970
+++ gfx-Feb-21/data/isotrident/icons.spec	Sat Feb 22 10:56:31 2003
@@ -0,0 +1,41 @@
+
+[spec]
+
+; Format and options of this spec file:
+options = "+spec2"
+
+[file]
+gfx = "isotrident/icons"
+
+[grid_main]
+
+x_top_left = 0
+y_top_left = 0
+dx = 64
+dy = 32
+
+tiles = { "row", "column", "tag"
+
+; Unit status
+
+  0,  0, "unit.battlegroup1"
+  0,  1, "unit.battlegroup2"
+  0,  2, "unit.battlegroup3"
+  0,  3, "unit.battlegroup4"
+  0,  4, "unit.battlegroup5"
+  0,  5, "unit.battlegroup6"
+  0,  6, "unit.battlegroup7"
+  0,  7, "unit.battlegroup8"
+  0,  8, "unit.battlegroup9"
+
+  1,  0, "unit.veteran"
+  1,  1, "unit.mission_build"
+  1,  2, "unit.mission_flag"
+  1,  3, "unit.bodyguard"
+
+; Area Selection
+
+  1, 4,  "user.city_selected"
+  1, 5,  "user.units_selected"
+
+}
diff -ruN -Xdiff_ignore Feb-21/data/isotrident.tilespec gfx-Feb-21/data/isotrident.tilespec
--- Feb-21/data/isotrident.tilespec	Sun Feb  2 05:58:33 2003
+++ gfx-Feb-21/data/isotrident.tilespec	Sat Feb 22 10:56:31 2003
@@ -43,6 +43,7 @@
   "isotrident/terrain1.spec",
   "isotrident/terrain2.spec",
   "isotrident/tiles.spec",
+  "isotrident/icons.spec",
   "isotrident/small.spec",
   "isotrident/units.spec",
   "isotrident/flags.spec",
diff -ruN -Xdiff_ignore Feb-21/data/trident/Makefile.am gfx-Feb-21/data/trident/Makefile.am
--- Feb-21/data/trident/Makefile.am	Thu Nov  7 06:01:01 2002
+++ gfx-Feb-21/data/trident/Makefile.am	Sat Feb 22 10:56:31 2003
@@ -11,6 +11,9 @@
 	explosions.spec	\
 	flags.png	\
 	flags.spec	\
+	groups.spec	\
+	icons.png	\
+	icons.spec	\
 	roads.png	\
 	roads.spec	\
 	tiles.png	\
diff -ruN -Xdiff_ignore Feb-21/data/trident/groups.spec gfx-Feb-21/data/trident/groups.spec
--- Feb-21/data/trident/groups.spec	Thu Jan  1 00:00:00 1970
+++ gfx-Feb-21/data/trident/groups.spec	Sat Feb 22 10:56:31 2003
@@ -0,0 +1,33 @@
+
+[spec]
+
+; Format and options of this spec file:
+options = "+spec2"
+
+[file]
+gfx = "trident/icons"
+
+[grid_main]
+
+x_top_left = 0
+y_top_left = 0
+dx = 30
+dy = 30
+
+tiles = { "row", "column", "tag"
+
+; group numbers go in upper left corner for trident
+
+; Unit status
+
+  0,  9, "unit.battlegroup1"
+  0, 10, "unit.battlegroup2"
+  0, 11, "unit.battlegroup3"
+  0, 12, "unit.battlegroup4"
+  0, 13, "unit.battlegroup5"
+  0, 14, "unit.battlegroup6"
+  0, 15, "unit.battlegroup7"
+  0, 16, "unit.battlegroup8"
+  0, 17, "unit.battlegroup9"
+
+}
diff -ruN -Xdiff_ignore Feb-21/data/trident/icons.spec gfx-Feb-21/data/trident/icons.spec
--- Feb-21/data/trident/icons.spec	Thu Jan  1 00:00:00 1970
+++ gfx-Feb-21/data/trident/icons.spec	Sat Feb 22 10:56:31 2003
@@ -0,0 +1,41 @@
+
+[spec]
+
+; Format and options of this spec file:
+options = "+spec2"
+
+[file]
+gfx = "trident/icons"
+
+[grid_main]
+
+x_top_left = 0
+y_top_left = 0
+dx = 30
+dy = 30
+
+tiles = { "row", "column", "tag"
+
+; Unit status
+
+  0,  0, "unit.battlegroup1"
+  0,  1, "unit.battlegroup2"
+  0,  2, "unit.battlegroup3"
+  0,  3, "unit.battlegroup4"
+  0,  4, "unit.battlegroup5"
+  0,  5, "unit.battlegroup6"
+  0,  6, "unit.battlegroup7"
+  0,  7, "unit.battlegroup8"
+  0,  8, "unit.battlegroup9"
+
+  0, 18, "unit.veteran"
+  0, 19, "unit.mission_build"
+  1,  0, "unit.mission_flag"
+  1,  1, "unit.bodyguard"
+
+; Area Selection
+
+  1,  2, "user.units_selected"
+  1,  3, "user.city_selected"
+
+}
diff -ruN -Xdiff_ignore Feb-21/data/trident.tilespec gfx-Feb-21/data/trident.tilespec
--- Feb-21/data/trident.tilespec	Sun Feb  2 05:58:33 2003
+++ gfx-Feb-21/data/trident.tilespec	Sat Feb 22 10:56:31 2003
@@ -41,6 +41,8 @@
 ; tag is used).
 files = 
   "trident/tiles.spec",
+  "trident/icons.spec",
+  "trident/groups.spec",
   "misc/small.spec",
   "trident/units.spec",
   "trident/flags.spec",
diff -ruN -Xdiff_ignore Feb-21/data/trident_shields.tilespec gfx-Feb-21/data/trident_shields.tilespec
--- Feb-21/data/trident_shields.tilespec	Sun Feb  2 05:58:33 2003
+++ gfx-Feb-21/data/trident_shields.tilespec	Sat Feb 22 10:56:31 2003
@@ -41,6 +41,7 @@
 ; tag is used).
 files = 
   "trident/tiles.spec",
+  "trident/icons.spec",
   "misc/small.spec",
   "trident/units.spec",
   "trident/flags.spec",
