Initial commit.
This commit is contained in:
commit
d87e87d4fa
5
LICENSE.txt
Normal file
5
LICENSE.txt
Normal 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
10
init.lua
Normal 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
BIN
textures/vignette-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
textures/vignette.png
Normal file
BIN
textures/vignette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
Loading…
x
Reference in New Issue
Block a user