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:
5
assets/item/air.json
Normal file
5
assets/item/air.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "air",
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user