Data-Driven Entity System Demo #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In order to validate data-driven entity composition in v0,
as a Marathon developer,
I need to create a demo that loads entity definitions from data files and spawns them in the game world with correct components attached.
Acceptance Criteria
Technical Notes
crates/libmarathon/src/entity/definitions.rscrates/libmarathon/src/entity/spawner.rsassets/entities/*.yaml(or similar)Additional Context
Part of v0 Core Tech Validation. Desktop only (macOS). Validates that entities can be defined in data files rather than hardcoded.