Justin Young
Justin Young
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. might want to adjust it at some time...
1 aspect is to have rooms be public or private and.... if public can we get a method to list of all public rooms ?
Can classes be included as a supported type in Hathora?
Is there a way to tweak the overall gain of the output? like if you want the background audio to duck a little for sound effects?
PR to add onAdd() and onRemove() methods to entities. also tested to work with the 'add' and 'remove' event listeners as well ------------------------------------------------------------ Okay, some issues with this... I stopped...
This doesn't have an issue number and doesn't close any issue numbers. Scope: This is a new Graphic object Files Impacted: Created: \Excalibur\src\engine\Graphics\NineSlice.ts Created: \Excalibur\src\spec\NineSliceSpec.ts Created: \Excalibur\site\docs\04-graphics\04.6-nineslice.mdx all existing tests...
Graph Module Files changed Docs page: 07-graph.mdx Code Module: /Math/graph.ts index export: /Math/index.ts Test file: /spec/vitest/GraphSpec.ts
This PR adds comprehensive serialization and deserialization capabilities to Excalibur's core engine components, enabling persistent storage and restoration of component state. Changes Made Core Component Serialization Framework Added `serialize()` Added...