Cleanup of some code

This commit is contained in:
2023-08-10 19:14:19 -07:00
parent 5ea312bc34
commit 8c9fa5fd8c
11 changed files with 138 additions and 3 deletions

View File

@ -0,0 +1,5 @@
<prefab name="Button" type="">
<asset type="truetype" name="font_main" />
<UISimpleLabel ref="label" font="font_main" size="32" />
</prefab>

View File

@ -4,6 +4,7 @@
# https://opensource.org/licenses/MIT
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/AvePrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/Button.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/EthPrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/CraigPrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/RoninPrefab.xml)