diff --git a/mods_suportados/minetest_game.lua b/mods_suportados/minetest_game.lua index aa82863..01e1820 100644 --- a/mods_suportados/minetest_game.lua +++ b/mods_suportados/minetest_game.lua @@ -20,6 +20,7 @@ for name,xp in pairs({ -- Moveis ["default:furnace"] = 2, ["doors:door_steel"] = 3, + ["doors:trapdoor_steel"] = 2, ["beds:bed"] = 1, ["beds:fancy_bed"] = 1, ["default:meselamp"] = 3, diff --git a/screenshot.png b/screenshot.png index 925dafc..7761fe9 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/settingtypes.txt b/settingtypes.txt index 6875b28..432f29c 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,22 +1,4 @@ # Configurações aplicaveis para o menu gráfico -#Gera automaticamente um balao proprio para jogadores -#que ainda nunca geraram -#Automatically generates a balloon for players who -#have never yet generated it -telepro_autogen (Autogerar Balao proprio) bool true - -#Limita a geração de balões proprios em lugares aleatorios do mapa -#Limite de 1 a cada 24 horas -#Limits the generation of own balloons in random places on the map -#Limit of 24 hours for a new generation -telepro_daily_limit (Limite diario para gerar) bool true - -#Tempo entre cada vez que o balão do jogador é verificado -#Time step which balloon is verified -telepro_time_check_balloon (Tempo do iterador de checagem do balao) int 15 5 - - - diff --git a/sfinv.lua b/sfinv.lua index 3225b4b..a093e90 100644 --- a/sfinv.lua +++ b/sfinv.lua @@ -47,7 +47,7 @@ sfinv.register_page("xpro:info", { .."image[4.17,0.7;3.2,3.2;"..xpro.ligas[my_lvl].img.."]" .."label[0,3.3;"..S("Progresso").."]" - .."image[0,3.8;9.65,0.8;xpro_xp_bar_alfa.png^[lowpart:"..math.ceil(progresso*100)..":xpro_xp_bar.png^[transformR270]" + .."image[0,3.8;9.65,0.8;xpro_xp_bar_grade.png^[transformR90^[lowpart:"..math.ceil(progresso*100)..":xpro_xp_bar.png^[transformR270]" .."image[0,3.8;9.65,0.8;xpro_xp_bar_grade.png]" return sfinv.make_formspec(player, context, formspec, true) diff --git a/textures/xpro_xp_bar.png b/textures/xpro_xp_bar.png index 8417e13..bd2b0a2 100644 Binary files a/textures/xpro_xp_bar.png and b/textures/xpro_xp_bar.png differ diff --git a/textures/xpro_xp_bar_alfa.png b/textures/xpro_xp_bar_alfa.png deleted file mode 100644 index 0cb60d6..0000000 Binary files a/textures/xpro_xp_bar_alfa.png and /dev/null differ diff --git a/textures/xpro_xp_bar_grade.png b/textures/xpro_xp_bar_grade.png index 64ed1d5..8b1c21f 100644 Binary files a/textures/xpro_xp_bar_grade.png and b/textures/xpro_xp_bar_grade.png differ