Commit Graph

22 Commits

Author SHA1 Message Date
bf5c87f86d Simplify keyboard binding type and add camera look bindings 2026-04-11 12:30:11 +02:00
8da57eddab Add PlayerStartInputBindingOverrides interface and update createPlayerStartEntity function 2026-04-11 12:19:11 +02:00
f5408ee8a9 Fix moveLeft binding in entity-instances.ts 2026-04-11 12:18:25 +02:00
67738884ec Add input bindings to PlayerStartEntity 2026-04-11 12:12:48 +02:00
6c8d7b506e Add navigation mode to PlayerStartEntity 2026-04-11 11:14:02 +02:00
062a771eab Extend entity instances with scene entry and exit entities 2026-04-11 04:29:16 +02:00
450ffc5299 Update scene document version and player start collider settings 2026-04-04 15:52:01 +02:00
30104e815b Add player start collider settings and validation 2026-04-04 15:51:55 +02:00
1b66de906e Bump scene document version and update entity comparison 2026-04-03 01:03:03 +02:00
23ffb186e6 Include 'name' in entity creation functions and normalize it 2026-04-03 01:02:52 +02:00
d3566dec06 Add function to normalize entity names 2026-04-03 01:02:52 +02:00
f1191148ff Refactor entity interfaces to extend PositionedEntity 2026-04-03 01:02:34 +02:00
a694679a40 Update SoundEmitterEntity to include audio asset ID and distance properties 2026-04-02 19:33:31 +02:00
4e7635a5f2 Update ENTITY_KIND_ORDER and define default positions for point and spot lights 2026-03-31 19:57:40 +02:00
509ab454b6 Add PointLightEntity and SpotLightEntity interfaces with default values and creation functions 2026-03-31 19:57:21 +02:00
f2745a42ac Fix type mismatch in entity comparison 2026-03-31 06:02:12 +02:00
f78f35f98c Add type assertions in areEntityInstancesEqual 2026-03-31 06:01:04 +02:00
3da8a5116a Change Object.hasOwn to Object.prototype.hasOwnProperty in isEntityKind 2026-03-31 06:01:04 +02:00
b304143909 Add entity instance equality check and helper functions 2026-03-31 05:54:04 +02:00
d3978c4067 Add entity-instances.ts for managing game entities 2026-03-31 05:50:35 +02:00
fb7d15381b Remove unused file entity-instances.ts 2026-03-31 05:48:48 +02:00
cd5d0b5535 Add player start entity command and related changes 2026-03-31 03:01:10 +02:00