mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Formatting
This commit is contained in:
parent
8b5adfadb6
commit
0c6c0a2a7b
@ -75,7 +75,7 @@ Error SpineAtlasResourceImportPlugin::import(const String &source_file, const St
|
|||||||
#ifdef SPINE_GODOT_EXTENSION
|
#ifdef SPINE_GODOT_EXTENSION
|
||||||
TypedArray<Dictionary> SpineAtlasResourceImportPlugin::_get_import_options(const String &p_path, int32_t p_preset_index) const {
|
TypedArray<Dictionary> SpineAtlasResourceImportPlugin::_get_import_options(const String &p_path, int32_t p_preset_index) const {
|
||||||
TypedArray<Dictionary> options;
|
TypedArray<Dictionary> options;
|
||||||
|
|
||||||
Dictionary normal_map_dictionary;
|
Dictionary normal_map_dictionary;
|
||||||
normal_map_dictionary["name"] = "normal_map_prefix";
|
normal_map_dictionary["name"] = "normal_map_prefix";
|
||||||
normal_map_dictionary["type"] = Variant::STRING;
|
normal_map_dictionary["type"] = Variant::STRING;
|
||||||
@ -89,7 +89,7 @@ TypedArray<Dictionary> SpineAtlasResourceImportPlugin::_get_import_options(const
|
|||||||
specular_map_dictionary["hint_string"] = "String";
|
specular_map_dictionary["hint_string"] = "String";
|
||||||
specular_map_dictionary["default_value"] = String("s");
|
specular_map_dictionary["default_value"] = String("s");
|
||||||
options.push_back(specular_map_dictionary);
|
options.push_back(specular_map_dictionary);
|
||||||
|
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user