Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Resource path in server config file is practically unused #225

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

Expected behavior The config file has a variable that allows changing the folder path that contains the resources that are used in the game. Changing this value should allow users to place their assets in a different location.

Actual behavior Changing this value changes almost nothing. It is practically unused. The new location will not be used and /public/resources/ will be used instead.

Additional context I suggest we remove this configuration option entirely. Otherwise we would also have to send the path over to the client, which also uses it in several locations. There's no real benefit to having it either.

Same goes for the level folder path option.