We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b81917 commit 85d8c46Copy full SHA for 85d8c46
1 file changed
internal/service/merger.go
@@ -14,7 +14,7 @@ import (
14
15
const (
16
basePath = "assets/Characters/Player.blockymodel"
17
- baseTexturePath = "Characters/Player_Textures/Player_Greyscale.png"
+ baseTexturePath = "assets/Characters/Player_Textures/Player_Greyscale.png"
18
)
19
20
// MergeService handles character merging operations
0 commit comments