Create bar with player HP

This commit is contained in:
2022-08-18 10:23:12 +02:00
parent a2d95855c5
commit 2bd9d077cc
7 changed files with 90 additions and 0 deletions

View File

@@ -8,6 +8,20 @@
width="1f"
height="1f">
<base:BorderLayout-TopLeft>
<demo:Bar
ref="hp"
strokeColor="0x111111"
fillColor="0xFF0000"
widthMode="SizeMode.ABSOLUTE"
heightMode="SizeMode.ABSOLUTE"
width="250f"
height="20f"
margin="5f" />
</base:BorderLayout-TopLeft>
<base:BorderLayout-BottomLeft>
<base:Label