openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 68 forks source link

V2.7 fixes/enhancements #166

Closed MatseFR closed 1 year ago

MatseFR commented 1 year ago

Restored Starling.context as Starling.currentContext Restored Starling.juggler as Starling.currentJuggler Restored Starling.contentScaleFactor as Starling.currentContentScaleFactor (this is because context, juggler and contentScaleFactor already exist as instance properties)

Mesh's createDefaultStyle was private and is now public static (as it is in as3 version)

Added ChildAccess extension