A few things

Make child entites work.

z-sort entity list before rendering.

entites have a creation timestamp.
This commit is contained in:
2025-01-02 21:44:14 -05:00
parent 3349474e3a
commit 25d080ff2c
11 changed files with 90 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ CPMAddPackage(
URL https://git.redacted.cc/Redacted/ReWindow/archive/Prerelease-26.zip
)
set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra")
#set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra")
file(GLOB_RECURSE HEADERS "include/*.h" "include/*.hpp")
file(GLOB_RECURSE SOURCES "src/*.c" "src/*.cpp")