Set the seam's material to always on to.

This commit is contained in:
Relintai 2022-01-18 22:22:32 +01:00
parent 9ab64c2301
commit 1637395eef

View File

@ -7,7 +7,7 @@ var plugin
func _init():
create_material("main", Color(0.7, 0.7, 0.7))
create_material("seam", Color(1, 0, 0))
create_material("seam", Color(1, 0, 0), false, true)
create_handle_material("handles")
func get_name():