sioncore
sioncore copied to clipboard
Small game engine built on top of Libgdx and Ashley
#### Description description goes here #### Dependencies dependencies go here #### Screenshots screenshots go here #### Test process to test goes here
Can't figure out how to add parameters to asset json file, for example: "base":[ {"type":"com.badlogic.gdx.graphics.Texture", "path":"ui/default.png", "parameters": {"magFilter ": "Linear"}}, ... ] } gives 'com.badlogic.gdx.utils.SerializationException: Field not found: magFilter (com.badlogic.gdx.assets.AssetLoaderParameters)'....
There are not default settings.xml and json ,so I do not know their schema.