feat: Added methods for writing out the metadata about the atlas elements

misc: Refactoring
This commit is contained in:
Stefan Stefanov 2024-08-30 12:32:57 +03:00
parent 82ee56ef03
commit 178b0d5525
5 changed files with 233 additions and 155 deletions

2
.vscode/launch.json vendored
View file

@ -6,7 +6,7 @@
"request": "launch",
"preLaunchTask": "Build Debug",
"name": "Debug",
"program": "${workspaceFolder}/game_debug.exe",
"program": "${workspaceFolder}/build/game_debug.exe",
"args": [],
"cwd": "${workspaceFolder}"
},