Skip to content

Commit

Permalink
Try using StablexUI instead of minimalcomps.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Mar 16, 2013
1 parent 24693ee commit 63c9424
Show file tree
Hide file tree
Showing 61 changed files with 49 additions and 13,496 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "StablexUI"]
path = StablexUI
url = git://github.com/RealyUniqueName/StablexUI.git
14 changes: 14 additions & 0 deletions HUD.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<HBox align="'top,left'" layout:Column-cols="[0.9, 0.1]">
<HBox layout:Column-fit="false">
<!--
<Text id="'messageLog'" text="'Welcome!'" skin:Paint-color="0xFFFFFF"/>
-->
</HBox>
<HBox align="'top,right'">
<VBox id="'statsPanel'" skin:Paint-color="0xFFFFFF" skin:Paint-border="2" skin:Paint-borderColor="0xCCCCCC" skin:Paint-corners="[6]" widthPt="100">
<Text id="'statsPanel.healthLabel'" />
<Text id="'statsPanel.fighterLabel'" />
</VBox>
</HBox>
</HBox>
1 change: 1 addition & 0 deletions StablexUI
Submodule StablexUI added at 8b84bc
2 changes: 2 additions & 0 deletions project.nmml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<app file="Dungeons" main="dungeons.Main"/>
<window width="1024" height="768" background="#000000"/>

<source path="StablexUI/src"/>
<source path="src"/>

<haxelib name="nme"/>
<haxelib name="HaxePunk"/>
<haxelib name="ash"/>
<haxelib name="actuate" />

<ndll name="nme" haxelib="nme"/>

Expand Down
122 changes: 0 additions & 122 deletions src/com/bit101/charts/BarChart.hx

This file was deleted.

Loading

0 comments on commit 63c9424

Please sign in to comment.