Initial commit.

master
David G 2018-09-07 10:42:56 -07:00
commit d87e87d4fa
4 changed files with 15 additions and 0 deletions

5
LICENSE.txt Normal file
View File

@ -0,0 +1,5 @@
Licence of vignette textures
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/

10
init.lua Normal file
View File

@ -0,0 +1,10 @@
minetest.register_on_joinplayer(function(player)
player:hud_add({
hud_elem_type = "image",
text = "vignette.png",
position = {x=0, y=0},
scale = {x=-100, y=-100},
alignment = {x=1, y=1},
offset = {x=0, y=0}
})
end)

BIN
textures/vignette-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
textures/vignette.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB