vchelaru / FlatRedBall

Cross-platform 2D game engine focused on ultimate productivity built in .NET
http://flatredball.com
MIT License
414 stars 66 forks source link

Factory CreateNew with no args now respects the position specified in… #1626

Closed vchelaru closed 2 weeks ago

vchelaru commented 2 weeks ago

… the entity definition in the FRB Editor, or values set on the entity in CustomInitialize.

Added auto test for this new feature.