Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

So look in your configuration file, and look under the object named "configurations". You can pass any of the top level names there to refer to that configuration. For example, if the config looks like: ```

{
    "layers": [
        {
            "image": "000",
            "image_mode": "stretched",
            "palette_shift": 0
        },
        {
            "image": "009",
            "image_mode": "tiled",
            "effect": {
                "type": "horizontal_interlaced",
                "amplitude": 256,
                "frequency": 3
            },
            "palette_shift": 2,
            "scroll": [0, 1]
        }
    ],
    "configurations": {
        "alta": [1, 0],
        "default": {
            "layers": [1, 0],
            "speed": 2
        }
    }
}

```

You could call: `JM_EBB.setConfiguration("alta")` or `JM_EBB.setConfiguration("default")`

(1 edit)

i did what you said but it didn't work it kept showing the same error i'm getting so i might switch to troop tagging

but i don't know if i'm even doing it right