Skip to content

Commit

Permalink
maybe loader text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebspark committed Oct 17, 2024
1 parent 1a903b1 commit 8825bd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/levels/viewer/scripts/level_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ function init()
return finalStr.trim();
}

fontLoader.load(import.meta.env.BASE_URL+'./levels/viewer/scripts/Roboto_Regular.json', function (font) {
fontLoader.load('/fonts/Roboto_Regular.json', function (font) {
const processedText = processString(signText);

const lines = processedText.split('\n');
Expand Down
File renamed without changes.

0 comments on commit 8825bd3

Please sign in to comment.