shithub: sce

Download patch

ref: 0f0456b7b1ace815588878e613562edb97e73321
parent: 5d22cb5cff455d454cc3ad426cef84b3b5403fed
author: qwx <qwx@sciops.net>
date: Sat May 29 11:01:37 EDT 2021

genspr: oops, left one sprite out

--- a/utils/genspr
+++ b/utils/genspr
@@ -171,16 +171,16 @@
 	builds["hatchery"] = "hatchery 49 32 0 1 2 3"
 
 	# width/2 height/2 frm..
-	neutrals["mineral0"] = "min01 32 16 0 1 2"
-	neutrals["mineral1"] = "min02 32 16 0 1 2"
-	neutrals["mineral2"] = "min03 32 16 0 1 2"
+	neutrals["mineral0"] = "min01 32 16 0 1 2 3"
+	neutrals["mineral1"] = "min02 32 16 0 1 2 3"
+	neutrals["mineral2"] = "min03 32 16 0 1 2 3"
 
 	# grp width/2 height/2 frm..
 	shads["control"] = "tccShad 58 41 0"
 	shads["hatchery"] = "zhashad 49 32 0"
-	shads["mineral0"] = "min01Sha 32 16 0 1 2"
-	shads["mineral1"] = "min02sha 32 16 0 1 2"
-	shads["mineral2"] = "min03Sha 32 16 0 1 2"
+	shads["mineral0"] = "min01Sha 32 16 0 1 2 3"
+	shads["mineral1"] = "min02sha 32 16 0 1 2 3"
+	shads["mineral2"] = "min03Sha 32 16 0 1 2 3"
 	for(u in units)
 		unit17(u)
 	for(u in glows)