Skip to content

Commit

Permalink
dollar texture
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlerrorthing committed Feb 25, 2025
1 parent ca32642 commit 2b78222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,13 @@ private enum class ParticleImage(
* Original: https://www.svgrepo.com/svg/528677/stars-minimalistic
* Modified: @sqlerrorthing
*/
STAR("Star", "particles/star.png".registerAsDynamicImageFromClientResources())
STAR("Star", "particles/star.png".registerAsDynamicImageFromClientResources()),

/**
* Original: https://www.svgrepo.com/svg/487288/dollar?edit=true
* Modifier: @sqlerrorthing
*/
DOLLAR("Dollar", "particles/dollar.png".registerAsDynamicImageFromClientResources())
}

@Suppress("MagicNumber", "LongParameterList")
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b78222

Please sign in to comment.