Move HDX repo
This commit is contained in:
parent
7301a69ab0
commit
a18f23dfdb
|
@ -9,8 +9,8 @@ Uses [Fengari](https://fengari.io/) to run my
|
||||||
[fs51](https://content.minetest.net/packages/luk3yx/fs51/) mods on
|
[fs51](https://content.minetest.net/packages/luk3yx/fs51/) mods on
|
||||||
web browsers.
|
web browsers.
|
||||||
|
|
||||||
`image[]` elements use [HDX](https://gitlab.com/VanessaE/hdx-128) textures by
|
`image[]` elements use [HDX](https://github.com/mt-historical/hdx-128) textures
|
||||||
default (dynamically loaded when required).
|
by default (dynamically loaded when required).
|
||||||
|
|
||||||
## Major features
|
## Major features
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
-- Load the renderer
|
-- Load the renderer
|
||||||
dofile('renderer.lua?rev=10')
|
dofile('renderer.lua?rev=11')
|
||||||
local formspec_escape = formspec_ast.formspec_escape
|
local formspec_escape = formspec_ast.formspec_escape
|
||||||
|
|
||||||
local _, digistuff_ts_export = dofile('digistuff_ts.lua?rev=4')
|
local _, digistuff_ts_export = dofile('digistuff_ts.lua?rev=4')
|
||||||
|
|
|
@ -267,7 +267,8 @@ local function generic_render(node)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Make images - This uses HDX to simplify things
|
-- 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 = {}
|
local mode_cache = {}
|
||||||
function renderer.make_image(name, allow_empty)
|
function renderer.make_image(name, allow_empty)
|
||||||
-- Remove extension
|
-- Remove extension
|
||||||
|
|
Loading…
Reference in New Issue