mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 03:23:48 +00:00
Updated func godot to latest dev
This commit is contained in:
parent
aef2437e21
commit
d41eaf5164
26 changed files with 682 additions and 6069 deletions
|
|
@ -144,6 +144,7 @@ func create_material(texture_name: String) -> Material:
|
|||
if (map_settings.save_generated_materials and material
|
||||
and texture_name != map_settings.clip_texture
|
||||
and texture_name != map_settings.skip_texture
|
||||
and texture_name != map_settings.origin_texture
|
||||
and texture.resource_path != "res://addons/func_godot/textures/default_texture.png"):
|
||||
ResourceSaver.save(material, material_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue