change aseprite import defaults
This commit is contained in:
parent
5d0132deb3
commit
01966b2065
1 changed files with 18 additions and 0 deletions
|
|
@ -43,6 +43,24 @@ version_control/autoload_on_startup=true
|
|||
|
||||
enabled=PackedStringArray("res://addons/AsepriteWizard/plugin.cfg", "res://addons/Tile_Set_Helper/plugin.cfg", "res://addons/ridiculous_coding/plugin.cfg")
|
||||
|
||||
[importer_defaults]
|
||||
|
||||
aseprite_wizard.plugin.tileset-texture={
|
||||
"layer/exclude_layers_pattern": "bg",
|
||||
"layer/only_visible_layers": false,
|
||||
"sheet/frame_padding": 0,
|
||||
"sheet/sheet_columns": 12,
|
||||
"sheet/sheet_type": "columns"
|
||||
}
|
||||
aseprite_wizard.plugin.static-texture={
|
||||
"first_frame_only": true,
|
||||
"layer/exclude_layers_pattern": "bg",
|
||||
"layer/only_visible_layers": false,
|
||||
"sheet/scale": 1,
|
||||
"sheet/sheet_columns": 12,
|
||||
"sheet/sheet_type": "columns"
|
||||
}
|
||||
|
||||
[input]
|
||||
|
||||
move_up={
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue