Add support for enemies' loot

This commit is contained in:
2022-08-26 10:46:13 +02:00
parent dadb48e6d6
commit 9ccd509b19
11 changed files with 228 additions and 21 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<demo:LootWindow
xmlns:base="com.bartlomiejpluta.base.lib.gui"
xmlns:demo="com.bartlomiejpluta.demo.gui"
windowPosition="center"
padding="20f"
width="auto"
height="auto">
<base:VLayout width="auto" height="auto">
<base:Label
font="A.fonts.roboto_regular.uid"
width="relative"
alignment="top|center"
red="1f"
green="1f"
blue="1f"
alpha="0.5f"
fontSize="30f">Loot
</base:Label>
<base:VGridOptionChoice ref="loot" columns="4" width="auto" height="auto"/>
</base:VLayout>
</demo:LootWindow>