Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
snkkid99 authored Jun 13, 2022
1 parent 1ddad78 commit 9cb5b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/SpriteSheetImporter/import_plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ func get_preset_count():

func get_preset_name(preset):
match preset:
PRESET_DEFAULT: return "Default"
Preset.PRESET_DEFAULT: return "Default"

func get_import_options(preset):
match preset:
PRESET_DEFAULT:
Preset.PRESET_DEFAULT:
return [{
"name": "Import_As_Atlas",
"default_value": true
Expand Down

0 comments on commit 9cb5b13

Please sign in to comment.