Skip to content

Commit

Permalink
new textures
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlerrorthing committed Feb 24, 2025
1 parent 967543d commit ca32642
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,16 @@ private enum class ParticleImage(
override val choiceName: String,
val texture: Identifier
) : NamedChoice {
/**
* Original: IDK (first: https://github.com/CCBlueX/LiquidBounce/pull/4976)
*/
ORBIZ("Orbiz", "particles/glow.png".registerAsDynamicImageFromClientResources()),
STAR("Star", "particles/star.png".registerAsDynamicImageFromClientResources()),
DOLLAR("Dollar", "particles/dollar.png".registerAsDynamicImageFromClientResources()),
SNOW("Snow", "particles/snow.png".registerAsDynamicImageFromClientResources()),

/**
* Original: https://www.svgrepo.com/svg/528677/stars-minimalistic
* Modified: @sqlerrorthing
*/
STAR("Star", "particles/star.png".registerAsDynamicImageFromClientResources())
}

@Suppress("MagicNumber", "LongParameterList")
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/resources/liquidbounce/particles/star.png
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 ca32642

Please sign in to comment.