refactor: switch piece rendering from direct draws to texture system

This commit is contained in:
2026-01-15 16:43:17 +08:00
parent cddf8d5e0b
commit d65d4241f4
14 changed files with 47 additions and 22 deletions

View File

@@ -51,6 +51,7 @@ set(SOURCE_FILES
src/network/client/Client.cpp
src/network/server/GameServer.cpp
src/network/NetworkManager.cpp
src/graphics/texture/TextureManager.cpp
)