diff --git a/scripts/autoexec/RegisterShapes.cs b/scripts/autoexec/RegisterShapes.cs index 920d844..e993969 100644 --- a/scripts/autoexec/RegisterShapes.cs +++ b/scripts/autoexec/RegisterShapes.cs @@ -30,3 +30,4 @@ $CSObjects[$CSObjCount++] = "Misc TNMug rst-TNmug.dts"; $CSObjects[$CSObjCount++] = "Misc Turtle rst-turtle.dts"; $CSObjects[$CSObjCount++] = "Misc Samifin rst-samifin.dts"; $CSObjects[$CSObjCount++] = "Misc ChocoTaco rst-chocotaco.dts"; +$CSObjects[$CSObjCount++] = "Misc SantaHat rst-santahat.dts"; diff --git a/shapes/rst-santahat.dts b/shapes/rst-santahat.dts new file mode 100644 index 0000000..ca05a6b Binary files /dev/null and b/shapes/rst-santahat.dts differ diff --git a/textures/SantaHat_D.png b/textures/SantaHat_D.png new file mode 100644 index 0000000..cf53c43 Binary files /dev/null and b/textures/SantaHat_D.png differ