NamorvTech icon indicating copy to clipboard operation
NamorvTech copied to clipboard

NamorvTech Game Engine (Created during the TypeScript Game Engine Tutorial)

Results 24 NamorvTech issues
Sort by recently updated
recently updated
newest added

Right now bitmap fonts are limited to one page. Support multi-page bitmap fonts.

Add a UI system with the following controls: - GameScreens - Panel (scrollable if set) - Label - Button - ImageBox - Checkbox - Radio Button - Window/Dialogs

Improve asset loaders to better handle error situations and avoid crashes.

enhancement

If i have understood, i can avoid specifying one texture into the material class and use only the color. But if i do so ``` typescript new Material( "crate", undefined,...