完成渲染器相机与精灵

This commit is contained in:
Ziyu
2025-06-16 14:44:47 +08:00
parent 8e62837bbb
commit ac3b6121b4
10 changed files with 557 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <spdlog/spdlog.h>
int main(int /* argc */, char* /* argv */[]) {
spdlog::set_level(spdlog::level::debug);
// spdlog::set_level(spdlog::level::debug);
engine::core::GameApp app;
app.run();