Apply BASE new MapLabels feature

This commit is contained in:
2023-10-31 19:44:34 +01:00
parent f74548713d
commit 3b99bc561a
27 changed files with 160 additions and 112 deletions

View File

@@ -23,7 +23,7 @@
<base:BorderLayout-BottomLeft>
<base:Label
ref="log"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="400f"
height="25f"
alignment="bottom|left"
@@ -34,7 +34,7 @@
<base:BorderLayout-BottomRight width="auto" height="auto">
<base:TextView
ref="debug"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
alignment="top|right"
color="0xFFFFFF"
fontSize="15f"/>

View File

@@ -7,7 +7,7 @@
margin="20f"
width="900f"
height="auto">
<base:TextView ref="message" alignment="top|left" font="A.fonts.roboto_regular.uid" fontSize="40f" width="relative"
<base:TextView ref="message" alignment="top|left" font="A.fonts.roboto_regular.$" fontSize="40f" width="relative"
rows="4" color="0xFFFFFF"/>
</demo:DialogWindow>

View File

@@ -10,7 +10,7 @@
<demo:Button
ref="use"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"
@@ -20,7 +20,7 @@
<demo:Button
ref="drop"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"
@@ -30,7 +30,7 @@
<demo:Button
ref="cancel"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"

View File

@@ -10,7 +10,7 @@
<base:VLayout width="200f">
<base:Label
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
alignment="top|center"
red="1f"
@@ -23,7 +23,7 @@
<base:VOptionChoice ref="menu" width="relative">
<demo:Button
ref="resume_game"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"
@@ -33,7 +33,7 @@
<demo:Button
ref="equipment"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"
@@ -43,7 +43,7 @@
<demo:Button
ref="start_menu"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"
@@ -53,7 +53,7 @@
<demo:Button
ref="exit"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"

View File

@@ -9,7 +9,7 @@
<base:VLayout width="200f">
<base:Label
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
alignment="top|center"
red="1f"
@@ -22,7 +22,7 @@
<base:VOptionChoice ref="menu" width="relative">
<demo:Button
ref="new_game"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"
@@ -32,7 +32,7 @@
<demo:Button
ref="exit"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
red="1f"
green="1f"

View File

@@ -10,7 +10,7 @@
<base:VLayout width="auto" height="auto">
<base:Label
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
alignment="top|left"
red="1f"
@@ -69,7 +69,7 @@
<base:VLayout height="relative" padding="20f" width="250f">
<base:Label ref="item-name"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
alignment="top|center"
color="0xFFFFFF"
@@ -77,7 +77,7 @@
margin="5f"/>
<base:Label ref="item-details"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
alignment="top|left"
color="0xFFFFFF"

View File

@@ -11,7 +11,7 @@
<base:VLayout width="auto" height="auto">
<base:Label
ref="title"
font="A.fonts.roboto_regular.uid"
font="A.fonts.roboto_regular.$"
width="relative"
alignment="top|center"
red="1f"