Skip to content

Commit

Permalink
Spice generator added, cleaned up some stuff (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
caden-maxwell authored Apr 9, 2024
1 parent 69ce584 commit 47350a1
Show file tree
Hide file tree
Showing 8 changed files with 405 additions and 363 deletions.
22 changes: 17 additions & 5 deletions src/Client/Content/Content.mgcb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
/processorParam:TextureFormat=Color
/build:Textures/circleBody.png

#begin Textures/circleTail.png
#begin Textures/circleHead.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
Expand All @@ -109,9 +109,9 @@
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Textures/circleTail.png
/build:Textures/circleHead.png

#begin Textures/circleHead.png
#begin Textures/circleTail.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
Expand All @@ -121,7 +121,7 @@
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Textures/circleHead.png
/build:Textures/circleTail.png

#begin Textures/head.png
/importer:TextureImporter
Expand All @@ -147,6 +147,18 @@
/processorParam:TextureFormat=Color
/build:Textures/SandTile.png

#begin Textures/spice.webp
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
/processorParam:ColorKeyEnabled=True
/processorParam:GenerateMipmaps=False
/processorParam:PremultiplyAlpha=True
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Textures/spice.webp

#begin Textures/tail.png
/importer:TextureImporter
/processor:TextureProcessor
Expand All @@ -159,7 +171,6 @@
/processorParam:TextureFormat=Color
/build:Textures/tail.png


#begin Textures/wall.png
/importer:TextureImporter
/processor:TextureProcessor
Expand All @@ -171,3 +182,4 @@
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Textures/wall.png

Binary file added src/Client/Content/Textures/spice.webp
Binary file not shown.
Loading

0 comments on commit 47350a1

Please sign in to comment.