Change web client default tileset search path to data/maps/tileset

This commit is contained in:
Jordan Irwin 2024-03-01 14:18:32 -08:00
parent bb79b9f419
commit 5778cb85e9
2 changed files with 2 additions and 2 deletions

View file

@ -794,7 +794,7 @@
</copy>
<replaceregexp file="${build_webclient}/stendhal.html"
match="data-tileset-path=&quot;/tileset&quot;"
match="data-tileset-path=&quot;/data/maps/tileset&quot;"
replace="data-tileset-path=&quot;/data/tileset&quot;"
byline="false"/>

View file

@ -1,5 +1,5 @@
<!doctype html>
<html data-data-path="/data" data-tileset-path="/tileset" data-ws="/ws/">
<html data-data-path="/data" data-tileset-path="/data/maps/tileset" data-ws="/ws/">
<!--
/***************************************************************************
* (C) Copyright 2014-2024 - Stendhal *