Half done with Scene Component Parsing

This commit is contained in:
2023-03-23 21:43:02 -07:00
parent b4a5913587
commit 0c8f825b1a
21 changed files with 316 additions and 411 deletions

View File

@@ -42,4 +42,7 @@ target_compile_definitions(${DAWN_TARGET_NAME}
PUBLIC
${DAWN_SHARED_DEFINITIONS}
DAWN_DEBUG_BUILD=${DAWN_DEBUG_BUILD}
)
)
# Common Prefabs
tool_prefab("prefabs/ui/debug/FPSLabel.xml")