Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
10
scripts/backround_scenes_scripts/Scene0.gd
Normal file
10
scripts/backround_scenes_scripts/Scene0.gd
Normal file
|
@ -0,0 +1,10 @@
|
|||
extends Node2D
|
||||
|
||||
onready var isEnding = false
|
||||
|
||||
func _ready():
|
||||
$ForScale / Text.bbcode_text = tr("ui_quote");
|
||||
|
||||
|
||||
|
||||
get_parent().get_parent().get_node("Game").get_child(0).get_node("DialogNode").get_node("BackButton").visible = false
|
Loading…
Add table
Add a link
Reference in a new issue