Move HDX repo

This commit is contained in:
luk3yx 2022-12-09 11:11:48 +13:00
parent 7301a69ab0
commit a18f23dfdb
3 changed files with 5 additions and 4 deletions

View File

@ -9,8 +9,8 @@ Uses [Fengari](https://fengari.io/) to run my
[fs51](https://content.minetest.net/packages/luk3yx/fs51/) mods on
web browsers.
`image[]` elements use [HDX](https://gitlab.com/VanessaE/hdx-128) textures by
default (dynamically loaded when required).
`image[]` elements use [HDX](https://github.com/mt-historical/hdx-128) textures
by default (dynamically loaded when required).
## Major features

View File

@ -18,7 +18,7 @@
--
-- Load the renderer
dofile('renderer.lua?rev=10')
dofile('renderer.lua?rev=11')
local formspec_escape = formspec_ast.formspec_escape
local _, digistuff_ts_export = dofile('digistuff_ts.lua?rev=4')

View File

@ -267,7 +267,8 @@ local function generic_render(node)
end
-- Make images - This uses HDX to simplify things
local image_baseurl = 'https://gitlab.com/VanessaE/hdx-128/raw/master/'
local image_baseurl = 'https://raw.githubusercontent.com/mt-historical/' ..
'hdx-128/master/'
local mode_cache = {}
function renderer.make_image(name, allow_empty)
-- Remove extension