feat: Add VFX JSON files and loader implementation

- Created a new JSON file for VFX configuration (`test.json`) containing geometries, materials, textures, and particle emitters.
- Implemented a TypeScript module (`vfx_json.ts`) to define VFX resources and a loader function using QuarksLoader for parsing the JSON data.
- Included the new test VFX in the resource list for loading.
This commit is contained in:
24Play-Mykyta-Slobodianiuk
2026-06-05 18:03:54 +03:00
parent 6d4e4e2800
commit d6fc6be717
16 changed files with 555 additions and 173 deletions
File diff suppressed because one or more lines are too long