Initial commit.
This commit is contained in:
commit
b5c753ff4d
129 changed files with 4472 additions and 0 deletions
9
mods/firefly_weapons/firefly_saber/init.lua
Normal file
9
mods/firefly_weapons/firefly_saber/init.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
local ns = firefly
|
||||
|
||||
ns.register_node("saber", {
|
||||
drawtype = "mesh",
|
||||
mesh = "firefly_saber.obj",
|
||||
tiles = {"firefly_saber.png"},
|
||||
use_texture_alpha = "blend",
|
||||
on_place = function() end,
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue