EndGate icon indicating copy to clipboard operation
EndGate copied to clipboard

TypeScript powered game framework

Results 41 EndGate issues
Sort by recently updated
recently updated
newest added

Hey guys, I'm trying to run your animated sprite project and I get this error which says: Unhandled exception at line 2894, column 17 in http://localhost:49606/Scripts/endgate-0.2.1.js 0x800a139e - JavaScript runtime...

- Pre and post rendering methods added

- Created new overloads for a single parameter to the source file Create name based on filename from the source - See: issue #119

I'm getting a number of errors trying to build and use EndGate with the ShootR example. It looks like some breaking changes with TypeScript have occurred and the code has...

aka ``` TypeScript obj.Scale.X = 2; // Width is twice as large ```

1- Ready
Breaking Change

To allow the Color object to be used with various libraries we should add Hex string and Hex value helpers.

enhancement
1- Ready

provide an overload for LoadImage that only accepts a source location: ``` public LoadImage(src: string): EndGate.Graphics.ImageSource; ``` Then using the filename of the source set .Name to that. Simplifies the...

enhancement
1- Ready

As a Rectangle, for instance could be a container for other objects it seems that for consistency the property Color should be renamed to BackgroundColor (or FillColor). Since we're dealing...

question

This will allow users to control where the position represents.

enhancement
1- Ready