Skip to content

Commit

Permalink
move assets around so they are where expected
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Jan 9, 2024
1 parent 4894a69 commit ef71303
Show file tree
Hide file tree
Showing 47 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions client/ren_client/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const RenJSConfig = {
'scaleMode': Phaser.ScaleManager.SHOW_ALL,
'loadingScreen': {
'loadingBar': {
'asset': BASE_URL+'/assets/gui/loadingbarspritesheet.png',
'asset': BASE_URL+'/ren_client/assets/gui/loadingbarspritesheet.png',
'position': {
'x': 240,
'y': 1450
Expand All @@ -21,7 +21,7 @@ const RenJSConfig = {
}
}
},
'fonts': BASE_URL+'/assets/gui/fonts.css',
'fonts': BASE_URL+'/ren_client/assets/gui/fonts.css',
'guiConfig': BASE_URL+'/story/GUI.yaml',
storyConfig: BASE_URL+'/story/Config.yaml',
storySetup: BASE_URL+'/story/Setup.yaml',
Expand Down

0 comments on commit ef71303

Please sign in to comment.