|
From: <pla...@li...> - 2009-01-05 17:38:08
|
Revision: 163
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=163&view=rev
Author: tuathanach
Date: 2009-01-05 17:38:05 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/infowindow.xml
Added: Tuathanach/data/gui/infowindow.xml
===================================================================
--- Tuathanach/data/gui/infowindow.xml (rev 0)
+++ Tuathanach/data/gui/infowindow.xml 2009-01-05 17:38:05 UTC (rev 163)
@@ -0,0 +1,202 @@
+<widget_description>
+
+<widget name="InfoWindow" factory="pawsInfoWindow"
+ visible="yes" savepositions="yes" movable="yes" resizable="no" configurable="yes" >
+ <frame x="0" y="50" width="161" height="145" border="no" />
+ <bgimage resource="Info Background" alpha="100" />
+
+
+<!-- Personal Info (HP, Mana, Fatigue) -->
+
+<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="5" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+</widget>
+<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
+ <frame x="5" y="6" width="150" 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="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="15" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+</widget>
+<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
+ <frame x="5" y="15" width="150" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="0" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+</widget>
+
+<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="25" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+</widget>
+<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
+ <frame x="5" y="25" width="150" 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="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="35" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+</widget>
+<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
+ <frame x="5" y="35" width="150" height="9" border="no" />
+ <color r="0" g="0" b="0" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+</widget>
+
+
+<!-- Attack Stances -->
+
+<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="6" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackBloody" />
+</widget>
+<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="31" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackAggressive" />
+</widget>
+<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="56" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackNormal" />
+</widget>
+<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="81" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackDefensive" />
+</widget>
+<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="106" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackFullDef" />
+</widget>
+<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="131" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonStopAttack" />
+</widget>
+
+<!-- Spell Power -->
+
+<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
+ <frame x="6" y="70" width="150" height="11" border="no" />
+</widget>
+<widget name="KFactor Pct" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="76" y="70" width="25" height="20" border="no"/>
+</widget>
+
+
+<!-- Target Info -->
+
+<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="85" width="29" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+</widget>
+<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="50" y="85" width="121" height="12" border="no"/>
+ <subscriptions>
+ <subscribe data="sTargetName" />
+ </subscriptions>
+</widget>
+<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
+ <frame x="6" y="785" width="150" height="9" border="no" />
+ <color r="50" g="0" b="50" />
+ <fadecolor r="255" g="0" b="255" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+</widget>
+
+
+<!-- Clock -->
+
+<widget name="Time" factory="pawsTextBox" tooltip="Time">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="10" y="100" width="100" height="10" border="no"/>
+ <subscriptions>
+ <subscribe data="TimeOfDayStr" />
+ </subscriptions>
+</widget>
+
+
+<!-- Trias -->
+
+<widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="110" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
+ <text string="Trias" />
+</widget>
+
+<widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="80" y="110" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+</widget>
+
+<!-- Weight -->
+
+<widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="80" y="120" width="90" height="30" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+</widget>
+
+<widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="120" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
+ <text string="Weight" />
+</widget>
+
+<!-- Progression Points -->
+
+<widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="10" y="130" width="100" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
+ <text string="PP" />
+</widget>
+
+<widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="80" y="130" width="40" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+</widget>
+
+</widget>
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|