Compare commits
6 Commits
2021-02-25
...
c09527c029
Author | SHA1 | Date | |
---|---|---|---|
c09527c029 | |||
0f31f4832c | |||
108f0dad1a | |||
023966f9c4 | |||
79bc4755dd | |||
b081594e2c |
3
init.lua
@ -437,7 +437,7 @@ for i = 31, 255 do
|
||||
inventory_image = wimage,
|
||||
wield_image = wimage,
|
||||
palette="led_marquee_palette.png",
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
groups = groups,
|
||||
paramtype = "light",
|
||||
paramtype2 = "colorwallmounted",
|
||||
@ -479,3 +479,4 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.log("action", "[led_marquee] loaded.")
|
||||
|
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 83 B |