mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
Fix GDScript code style regarding colon (demos)
This commit is contained in:
@@ -67,4 +67,4 @@ func _import(source_file, save_path, options, r_platform_variants, r_gen_files):
|
||||
|
||||
material.albedo_color = color
|
||||
|
||||
return ResourceSaver.save(material ,"%s.%s" % [save_path, _get_save_extension()])
|
||||
return ResourceSaver.save(material, "%s.%s" % [save_path, _get_save_extension()])
|
||||
|
||||
Reference in New Issue
Block a user