Ir para conteúdo

New Health Info


Posts Recomendados

bom o script desse é mais o .otui

 

ta meio q uma bagunça =P

 

como eu n sei o q fazer pra ficar transparente só o fundo

eu deixei sem cor =P

 

 

LevelLabel < GameLabel

id: levelLabel

color: white

font: verdana-11px-rounded

anchors.horizontalCenter: parent.horizontalCenter

margin: 1

on: true

 

$!on:

visible: false

margin-top: 0

height: 0

 

HealthBar < ProgressBar

id: healthBar

background-color: #ff0000

anchors.top: levelLabel.bottom

anchors.left: parent.left

anchors.right: levelLabel.left

text-align: left

margin: 1

margin-top: 3

margin-left: 10

margin-right: 4

 

ManaBar < ProgressBar

id: manaBar

background-color: green

anchors.top: levelLabel.bottom

anchors.left: levelLabel.right

anchors.right: parent.right

text-align: left

margin: 1

margin-top: 3

margin-left: 4

 

SoulBar < ProgressBar

id: soulBar

height: 11

background-color: #00acff

anchors.top: manaBar.bottom

anchors.left: levelLabel.right

anchors.right: parent.right

text-align: left

margin: 1

margin-top: 3

margin-left: 4

 

ExperienceBar < ProgressBar

id: experienceBar

height: 11

background-color: #ff9d00

anchors.top: healthBar.bottom

anchors.left: parent.left

anchors.right: levelLabel.left

text-align: left

margin: 1

margin-top: 3

margin-left: 10

margin-right: 4

 

CapLabel < GameLabel

id: capLabel

color: white

font: verdana-11px-rounded

anchors.top: conditionPanel.bottom

anchors.left: conditionPanel.left

anchors.right: conditionPanel.right

margin-top: 3

on: true

 

$!on:

visible: false

margin-top: 0

height: 0

 

ConditionWidget < UIWidget

size: 18 18

 

$!first:

margin-left: 2

 

MiniWindow

icon: /images/topbuttons/healthinfo

id: healthInfoWindow

!text: tr('Health Info')

size: 1518 80

@onClose: modules.game_healthinfo.onMiniWindowClose()

draggable: false

background-color:

&save: true

 

MiniWindowContents

anchors.right: parent.right

margin-right: 15

LevelLabel

ExperienceBar

HealthBar

ManaBar

SoulBar

Panel

id: conditionPanel

layout:

type: horizontalBox

height: 22

margin-top: 3

padding: 2

anchors.top: levelLabel.bottom

anchors.left: levelLabel.left

anchors.right: levelLabel.right

border-width: 1

border-color: #00000077

background-color: #ffffff11

CapLabel

 

Link para o comentário
Compartilhar em outros sites

  opacity: 0.9

 

UIWindow
 id: shopWindow
 size: 600 400
 opacity: 0.9
 background-color: #000000
 border: 1 white

 

Isso vai deixando transparente 1 = normal, 0 = invisivel, e você também pode usar em botoes, labels etc.

 

 

Fica aqui minha version

hpbar.png

http://www.xtibia.co...garre-sua-vida/

Editado por BananaFight
Link para o comentário
Compartilhar em outros sites

  • 11 months later...
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...