mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Set the seam's material to always on to.
This commit is contained in:
parent
9ab64c2301
commit
1637395eef
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user