bug: Add missing type definition in SpriteConfig#6770
bug: Add missing type definition in SpriteConfig#6770mischulz14 wants to merge 1 commit intophaserjs:masterfrom
Conversation
|
Parameter |
Ok, thanks for the insight, I'll refactor my code! (: |
|
@rexrainbow Upon reviewing the code again, I don't think it would make sense to create a dedictated file. This is because the config object that gets checked here: is the spritesheet config created in the HOWEVER, if you meant to introduce a completely new parameter to the function called |
|
When user uses config( |
Please do not update the README or Change Log, we will do this when we merge your PR.
This PR (delete as applicable)
Describe the changes below:
This PR adds the missing type definition for the boolean
useSpriteSheetproperty in theSpriteConfig.jsfile, that is later used conditionally in a function in theCreateFromTiles.jsfile.Closes #6752