ruffle/tests
Aaron Hill 4b8cd45f4b
avm2: Partially implement StaticText (#8343)
This is linked to the legacy DisplayObject::Text, which can
only be created by Flash CS6 (but is allowed in AVM2 swfs).

The 'StaticText' class cannot be constructed from ActionScript.
To support this, I've added support for native initializers to
playerglobal. This allows us to throw an exception in the
ActionScript constructor in Test.as, and do nothing in the native
intiializer (so that we can construct it from a DisplayObject).

I've left StaticText.text unimplemented for now, since it will require
dealing with Glyphs

Co-authored-by: kmeisthax <dcrkid@yahoo.com>
2022-11-23 18:30:47 -05:00
..
input-format build(deps): bump serde_json from 1.0.87 to 1.0.88 2022-11-21 16:31:02 -07:00
tests avm2: Partially implement StaticText (#8343) 2022-11-23 18:30:47 -05:00
Cargo.toml build(deps): bump image from 0.24.4 to 0.24.5 2022-11-15 08:12:38 +02:00