Add backgroundColor
to IEngineOptions
#846
Labels
enhancement
Label applied to enhancements or improvements to existing features
good first issue
good for people new to open source and Excalibur
Milestone
Context
You can set the
backgroundColor
property on an instance of engine but cannot pass it in via the constructor options.Proposal
Add
backgroundColor
toIEngineOptions
and allow setting it that way. It should be as easy as adding a new property and then setting it in the Engine constructor.The text was updated successfully, but these errors were encountered: