Clear bad method on Parchment script
This commit is contained in:
committed by
VAILLANT Jeremy
parent
385d0437ec
commit
b74ac4744d
@@ -11,7 +11,6 @@ func activatePaper(showPaper):
|
|||||||
print("[Parchment] Editor value " +String(showPaper) +" | " +String(parent))
|
print("[Parchment] Editor value " +String(showPaper) +" | " +String(parent))
|
||||||
|
|
||||||
$paper.set_visible(paper)
|
$paper.set_visible(paper)
|
||||||
$paper.use_in_baked_light(true)
|
|
||||||
|
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ mesh = ExtResource( 1 )
|
|||||||
material/0 = null
|
material/0 = null
|
||||||
|
|
||||||
[node name="paper" type="MeshInstance" parent="."]
|
[node name="paper" type="MeshInstance" parent="."]
|
||||||
|
visible = false
|
||||||
use_in_baked_light = true
|
use_in_baked_light = true
|
||||||
mesh = ExtResource( 3 )
|
mesh = ExtResource( 3 )
|
||||||
material/0 = null
|
material/0 = null
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user