Clear bad method on Parchment script

This commit is contained in:
stilobique-i7
2021-05-25 19:30:48 +02:00
parent 7d1d5f219d
commit 5dde1d56ca
4 changed files with 1 additions and 1 deletions
-1
View File
@@ -11,7 +11,6 @@ func activatePaper(showPaper):
print("[Parchment] Editor value " +String(showPaper) +" | " +String(parent))
$paper.set_visible(paper)
$paper.use_in_baked_light(true)
func _ready():
+1
View File
@@ -13,6 +13,7 @@ mesh = ExtResource( 1 )
material/0 = null
[node name="paper" type="MeshInstance" parent="."]
visible = false
use_in_baked_light = true
mesh = ExtResource( 3 )
material/0 = null
Binary file not shown.
Binary file not shown.