|
From: <pla...@li...> - 2009-01-05 22:21:30
|
Revision: 170
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=170&view=rev
Author: tuathanach
Date: 2009-01-05 22:21:28 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
crashes when clicking on a faction
Removed Paths:
-------------
Tuathanach/data/gui/skillwindow.xml
Deleted: Tuathanach/data/gui/skillwindow.xml
===================================================================
--- Tuathanach/data/gui/skillwindow.xml 2009-01-05 17:55:50 UTC (rev 169)
+++ Tuathanach/data/gui/skillwindow.xml 2009-01-05 22:21:28 UTC (rev 170)
@@ -1,591 +0,0 @@
-<widget_description>
-
-<widget name="SkillWindow" factory="pawsSkillWindow"
- visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
-
- <frame x="50" y="50" width="390" height="500" border="yes" justtitle="yes" />
- <title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="9" />
- <bgimage resource="Skills Background" alpha="200" />
-
- <!-- Vitals (HP, Mana, Stamina) -->
- <widget name="HPLbl" factory="pawsTextBox" >
- <frame x="21" y="24" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Hit Points" />
- </widget>
- <widget name="ManaLbl" factory="pawsTextBox" >
- <frame x="21" y="42" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Mana" />
- </widget>
- <widget name="PysStaminaLbl" factory="pawsTextBox" >
- <frame x="21" y="60" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Physical Stamina" />
- </widget>
- <widget name="MenStaminaLbl" factory="pawsTextBox" >
- <frame x="21" y="78" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Mental Stamina" />
- </widget>
- <widget name="ExperienceLbl" factory="pawsTextBox" >
- <frame x="21" y="96" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Experience" />
- </widget>
-
- <!-- Vitals: numbers -->
- <widget name="HPFrac" factory="pawsTextBox" >
- <frame x="150" y="24" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="ManaFrac" factory="pawsTextBox" >
- <frame x="150" y="42" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="PysStaminaFrac" factory="pawsTextBox" >
- <frame x="150" y="60" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="MenStaminaFrac" factory="pawsTextBox">
- <frame x="150" y="78" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="ExperiencePerc" factory="pawsTextBox">
- <frame x="150" y="96" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- <subscriptions format="percent">
- <subscribe data="fExpPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Vitals: bars -->
- <widget name="HPBar" factory="pawsProgressBar">
- <frame x="20" y="26" width="186" height="9" border="no" />
- <color r="50" g="0" b="0" />
- <fadecolor r="255" g="0" b="0" />
- <subscriptions>
- <subscribe data="fVitalValue0:Self" />
- </subscriptions>
- </widget>
- <widget name="ManaBar" factory="pawsProgressBar">
- <frame x="20" y="44" width="186" height="9" border="no" />
- <color r="0" g="0" b="50" />
- <fadecolor r="120" g="0" b="190" />
- <subscriptions>
- <subscribe data="fVitalValue1:Self" />
- </subscriptions>
- </widget>
- <widget name="PysStaminaBar" factory="pawsProgressBar">
- <frame x="20" y="62" width="186" height="9" border="no" />
- <color r="0" g="50" b="0" />
- <fadecolor r="40" g="210" b="20" />
- <subscriptions>
- <subscribe data="fVitalValue2:Self" />
- </subscriptions>
- </widget>
- <widget name="MenStaminaBar" factory="pawsProgressBar">
- <frame x="20" y="80" width="186" height="9" border="no" />
- <color r="40" g="50" b="60" />
- <fadecolor r="120" g="130" b="140" />
- <subscriptions>
- <subscribe data="fVitalValue3:Self" />
- </subscriptions>
- </widget>
- <widget name="ExperienceBar" factory="pawsProgressBar">
- <frame x="20" y="98" width="186" height="9" border="no" />
- <color r="75" g="50" b="0" />
- <fadecolor r="255" g="255" b="0" />
- <subscriptions>
- <subscribe data="fExpPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Doll -->
-
-
- <!-- Progression Points -->
- <widget name="PPLabel" factory="pawsTextBox" >
- <frame x="225" y="65" width="140" height="20" border="no" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
- <text string="PP's" horizAdjust="LEFT" />
- </widget>
-
- <widget name="PPTotal" factory="pawsTextBox" >
- <frame x="320" y="65" width="50" height="20" border="no" />
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
- <subscriptions>
- <subscribe data="fProgrPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Trias -->
- <widget name="TotalTriasLabel" factory="pawsTextBox">
- <frame x="225" y="90" width="95" height="20" border="no"/>
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
- <text string="Trias" horizAdjust="LEFT"/>
- </widget>
- <widget name="TotalTrias" factory="pawsTextBox">
- <frame x="320" y="90" width="70" height="20" border="no"/>
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvMoneyTotal" />
- </subscriptions>
- </widget>
-
- <!-- buttons -->
- <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
- <frame x="225" y="26" width="32" height="32" />
- <bgimage resource="BuySkill" />
- </widget>
- <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
- <frame x="260" y="26" width="32" height="32" />
- <bgimage resource="BuySkill" />
- </widget>
-
- <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
- <frame x="295" y="26" width="32" height="32" />
- <bgimage resource="FilterSkill" />
- </widget>
-
- <widget name="EditDesc" factory="pawsButton" id="102" tooltip="Modify Description" >
- <frame x="330" y="26" width="32" height="32" />
- <bgimage resource="Scribe" />
- </widget>
-
- <!-- Skills -->
- <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
- <frame x="0" y="125" width="430" height="370" border="no" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="ATTACH_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <!-- Tabs -->
- <widget name="Stats Button" factory="pawsButton" style="tabbuttonskills" id="1000" >
- <frame x="2" y="4" width="37" />
- <label text="Stats" />
- <attachpoints>
- <attach point="PROPORTIONAL_RIGHT" />
- <attach point="ATTACH_LEFT" />
- </attachpoints>
- </widget>
-
- <widget name="Faction Button" factory="pawsButton" style="tabbuttonskills" id="1005" >
- <frame x="39" y="4" width="48" border="no"/>
- <label text="Faction" />
- <attachpoints>
- <attach point="PROPORTIONAL_RIGHT" />
- <attach point="PROPORTIONAL_LEFT" />
- </attachpoints>
- </widget>
-
- <widget name="Combat Button" factory="pawsButton" style="tabbuttonskills" id="1001" >
- <frame x="87" y="4" width="82" />
- <label text="Combat Skills" />
- <attachpoints>
- <attach point="PROPORTIONAL_RIGHT" />
- <attach point="PROPORTIONAL_LEFT" />
- </attachpoints>
- </widget>
-
- <widget name="Magic Button" factory="pawsButton" style="tabbuttonskills" id="1002">
- <frame x="169" y="4" width="73" />
-
- <label text="Magic Skills" />
- <attachpoints>
- <attach point="PROPORTIONAL_RIGHT" />
- <attach point="PROPORTIONAL_LEFT" />
- </attachpoints>
- </widget>
- <widget name="Jobs Button" factory="pawsButton" style="tabbuttonskills" id="1003" >
- <frame x="241" y="4" width="66" />
- <label text="Jobs Skills" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_LEFT" />
- </attachpoints>
- </widget>
- <widget name="Various Button" factory="pawsButton" style="tabbuttonskills" id="1004" >
- <frame x="307" y="4" width="81" />
- <label text="Various Skills" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_RIGHT" />
- </attachpoints>
- </widget>
-
- <widget name="Stats" factory="pawsWidget" visible="no" id="1100">
- <frame x="10" y="30" width="390" height="330" border="no" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Stats:" />
- </widget>
-
- <widget name="StatsSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="80" >
- <widget name="StatsSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="60" >
- <widget name="StatsRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="StatsIndCol" factory="pawsWidget">
- <widget name="StatsIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Stats description:" />
- </widget>
-
- <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
- <frame x="10" y="30" width="390" height="330" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Factions:" />
- </widget>
-
- <widget name="FactionList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="FactionName" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </column>
- <column width="40" >
- <widget name="FactionRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- </columns>
- </widget>
- </widget>
-
- <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
- <frame x="10" y="30" width="390" height="330" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Combat Skills List:" />
- </widget>
-
- <widget name="CombatSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="CombatSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="CombatRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="CombatIndCol" factory="pawsWidget">
- <widget name="CombatIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Combat Skill description:" />
- </widget>
-
- <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
- <frame x="10" y="30" width="390" height="330" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Magic Skills List:" />
- </widget>
-
- <widget name="MagicSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="MagicSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="MagicRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="MagicIndCol" factory="pawsWidget">
- <widget name="MagicIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Magic Skill description:" />
- </widget>
-
- <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
- <frame x="10" y="30" width="390" height="330" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Jobs Skills List:" />
- </widget>
-
- <widget name="JobsSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="190" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="JobsSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="JobsRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="JobsIndCol" factory="pawsWidget">
- <widget name="JobsIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Jobs Skill description:" />
- </widget>
-
- <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
- <frame x="10" y="30" width="390" height="330" />
- <attachpoints>
- <attach point="ATTACH_RIGHT" />
- <attach point="PROPORTIONAL_TOP" />
- <attach point="ATTACH_LEFT" />
- <attach point="PROPORTIONAL_BOTTOM" />
- </attachpoints>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Various Skills List:" />
- </widget>
-
- <widget name="VariousSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="190" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="VariousSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="VariousRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="VariousIndCol" factory="pawsWidget">
- <widget name="VariousIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Various Skill description:" />
- </widget>
-
- <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
-
-
- <!-- Stats labels -->
- <!--<widget name="StreLbl" factory="pawsTextBox" >
- <frame x="90" y="35" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Strength" />
- </widget>
- <widget name="AgilLbl" factory="pawsTextBox" >
- <frame x="90" y="55" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Agility" />
- </widget>
- <widget name="EnduLbl" factory="pawsTextBox" >
- <frame x="90" y="75" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Endurance" />
- </widget>
- <widget name="InteLbl" factory="pawsTextBox" >
- <frame x="90" y="95" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Intelligence" />
- </widget>
- <widget name="WillLbl" factory="pawsTextBox" >
- <frame x="90" y="115" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Will" />
- </widget>
- <widget name="CharLbl" factory="pawsTextBox" >
- <frame x="90" y="135" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Charisma" />
- </widget>-->
-
- <!-- Stats stats :) --><!--
- <widget name="Stre" factory="pawsTextBox" >
- <frame x="210" y="35" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Agil" factory="pawsTextBox" >
- <frame x="210" y="55" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Endu" factory="pawsTextBox" >
- <frame x="210" y="75" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Inte" factory="pawsTextBox" >
- <frame x="210" y="95" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Will" factory="pawsTextBox" >
- <frame x="210" y="115" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Char" factory="pawsTextBox" >
- <frame x="210" y="135" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>-->
-
-
- </widget>
-
-
-</widget>
-
-</widget_description>
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|