hud.xml 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <vbox width="100%" height="100%" style="background-color: #ffffea; ">
  3. <hbox id="hudStatus" height="28" width="100%" >
  4. <label id="gameTime" text="timedate" />
  5. <label id="funds" text="$$$$$$$$$$$$" />
  6. <label text="other stuff" />
  7. </hbox>
  8. <grid columns="2" >
  9. <vbox style="horizontal-spacing: 0;" >
  10. <gclotbutton id="gc_lot" />
  11. <gcfunbutton id="gc_fun" />
  12. <button id="gc_money" icon="images/icons/gc/gc_money.png" styleName="ui" />
  13. <button id="gc_opts" icon="images/icons/gc/gc_options.png" styleName="ui" />
  14. </vbox>
  15. <vbox >
  16. <vbox id="lotSize" style="horizontal-spacing:0; " >
  17. <button id="gc_tent" icon="images/icons/gc/gc_tent.png" styleName="ui" />
  18. <button id="gc_camper" icon="images/icons/gc/gc_camper.png" styleName="ui" />
  19. <button id="gc_rv" icon="images/icons/gc/gc_rv.png" styleName="ui" />
  20. </vbox>
  21. <vbox id="funStuff" style="horizontal-spacing:0; " >
  22. <button id="gc_restroom" icon="images/icons/gc/gc_restroom.png" styleName="ui" />
  23. <button id="gc_shower" icon="images/icons/gc/gc_shower.png" styleName="ui" />
  24. <button id="gc_swings" icon="images/icons/gc/gc_swings.png" styleName="ui" />
  25. <button id="gc_swim" icon="images/icons/gc/gc_swim.png" styleName="ui" />
  26. </vbox>
  27. </vbox>
  28. </grid>
  29. </vbox>