mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
feat(item): add item manager with JSON asset loading
Implement ItemManager to load and query item definitions from assets/item JSON files. Add ItemData struct, item asset metadata, CMake source registration, and initialize the manager during app startup. Also add AGENTS.md repository guidelines.
This commit is contained in:
@@ -104,4 +104,5 @@ target_sources(${PROJECT_NAME}
|
||||
gameplay/client_entity_manager.cpp
|
||||
gameplay/systems/wander_ai_system.cpp
|
||||
tools/json_utils.cpp
|
||||
gameplay/item_manager.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user