Added crosshair_ex mod

master
Diego Martínez 2013-04-22 21:51:27 -03:00
parent a7f532f664
commit a4164d13f8
2 changed files with 13 additions and 0 deletions

13
crosshair_ex/init.lua Normal file
View File

@ -0,0 +1,13 @@
minetest.register_on_joinplayer(function ( player )
minetest.after(0.5, function ( )
player:hud_add({
hud_elem_type = "image";
text = "crosshair_ex_ch.png";
position = {x=0.5, y=0.5};
scale = {x=1, y=1};
});
end);
end);

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B