Skip to content

Commit

Permalink
add accented texture layers to builtin custom markers
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Apr 24, 2024
1 parent 2ebbc46 commit 7e0bd33
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fl = "0.15.0"
yarn = "1.20.1+build.10"
fapi = "0.83.0+1.20.1"
kaleidoConfig = "0.1.1+1.1.0-beta.3"
surveyor = "0.3.0+1.20"
surveyor = "0.3.1+1.20"

[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void init() {
for (MarkerTexture texture : MarkerTextures.getInstance().asMap().values()) {
if (!texture.keyId().getPath().startsWith("custom/")) continue;
if (selectedTexture == MarkerTexture.DEFAULT) selectedTexture = texture;
TexturePreviewButton<MarkerTexture> markerGui = new MarkerPreviewButton(texture, DyeColor.WHITE.getColorComponents());
TexturePreviewButton<MarkerTexture> markerGui = new MarkerPreviewButton(texture, selectedColor.getColorComponents());
textureRadioGroup.addButton(markerGui);
if (selectedTexture.equals(texture)) {
textureRadioGroup.setSelectedButton(markerGui);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 7e0bd33

Please sign in to comment.