feature/connect-level-and-reset-btn (#77)

Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#77
Co-authored-by: darknight <vaillant.jeremy@dev-crea.com>
Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
darknight
2021-06-06 16:54:38 +02:00
parent d3ded14020
commit 1883355678
19 changed files with 376 additions and 532 deletions
+2 -3
View File
@@ -7,11 +7,10 @@ func activatePaper(showPaper):
if Engine.editor_hint:
paper = showPaper
var parent = get_node(".").name
print("[Parchment] Editor value " +String(showPaper) +" | " +String(parent))
# var parent = get_node(".").name
# print("[Parchment] Editor value " +String(showPaper) +" | " +String(parent))
$paper.set_visible(paper)
func _ready():
activatePaper(paper)