1
0

5 Cometimentos

Autor(a) SHA1 Mensagem Data
c09527c029 Merge branch 'gitlab' 2021-02-27 01:57:01 +01:00
0f31f4832c Change the texture of pixels to squares 2021-02-27 01:53:18 +01:00
108f0dad1a Fix deprecated use of use_texture_alpha 2021-02-27 01:46:36 +01:00
023966f9c4 Merge remote-tracking branch 'upstream/master' 2021-02-27 00:01:20 +01:00
63de1f5ab5 Don't allow engine to add the implicit "Proceed" button
(this change makes it possible to theme the formspec)
2021-02-25 02:08:22 -05:00
5 ficheiros modificados com 7 adições e 2 eliminações

Ver ficheiro

@ -103,7 +103,12 @@ local char_to_color = {
-- the following functions based on the so-named ones in Jeija's digilines mod -- the following functions based on the so-named ones in Jeija's digilines mod
local reset_meta = function(pos) local reset_meta = function(pos)
minetest.get_meta(pos):set_string("formspec", "field[channel;Channel;${channel}]") minetest.get_meta(pos):set_string("formspec",
"formspec_version[4]"..
"size[8,4]"..
"button_exit[3,2.5;2,0.5;proceed;Proceed]"..
"field[1.75,1.5;4.5,0.5;channel;Channel;${channel}]"
)
end end
local on_digiline_receive_std = function(pos, node, channel, msg) local on_digiline_receive_std = function(pos, node, channel, msg)
@ -432,7 +437,7 @@ for i = 31, 255 do
inventory_image = wimage, inventory_image = wimage,
wield_image = wimage, wield_image = wimage,
palette="led_marquee_palette.png", palette="led_marquee_palette.png",
use_texture_alpha = true, use_texture_alpha = "blend",
groups = groups, groups = groups,
paramtype = "light", paramtype = "light",
paramtype2 = "colorwallmounted", paramtype2 = "colorwallmounted",

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 137 B

Depois

Largura:  |  Altura:  |  Tamanho: 145 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 165 B

Depois

Largura:  |  Altura:  |  Tamanho: 135 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 189 B

Depois

Largura:  |  Altura:  |  Tamanho: 168 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 115 B

Depois

Largura:  |  Altura:  |  Tamanho: 83 B