[Nano] Tutorial-skip-implementation

This commit is contained in:
Alan Alexander Cerna 2021-11-18 19:43:15 +02:00
parent be089b2960
commit 51c17f21a7

View File

@ -3,10 +3,12 @@ extends Node2D
var time = 0
var first_transitioned = false
var transitioned = false
var skipTutorial = true
func _ready():
$FunCitGameLogoDarkTransparent.modulate[3] = 0
$Fb_Geo_Game.modulate[3] = 0
if skipTutorial: get_tree().change_scene("res://source/scenes/GUI/main_menu.tscn")
pass
func _process(delta):