Auto stash before merge of "master" and "origin/master"

master
BrunoMine 2018-07-17 19:02:17 -03:00
parent bf9ab1352f
commit 1e89048022
7 changed files with 2 additions and 19 deletions

View File

@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -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

View File

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 246 B