Commit edb57104 authored by Lucas Mendes Leite's avatar Lucas Mendes Leite
Browse files

Merge branch 'Sprint58-LucasMendes' into 'master'

Versao Final 1.58.0

See merge request canal-ciencia/trilhas-do-conhecimento!33
parents 93cf09a3 2ef4bb1a
......@@ -2,7 +2,7 @@ extends Node
# armazena a quest atual
var actualQuest : String = "track-01"
var missionIDX : int = 1
var missionIDX : int = 0
# Marca o progresso atual da Quest para o indicador apontar para o alvo
var progressQuest : int = 0
# Valores de cada passo da quest
......
No preview for this file type
No preview for this file type
No preview for this file type
extends CanvasLayer
func _ready():
yield(get_tree().create_timer(0.2),"timeout")
match OS.get_name():
"Windows","X11","OSX":
hide()
......@@ -10,7 +11,7 @@ func _ready():
_:
show()
GlobalValues.controllerType = "JOYMOBILE"
if GlobalQuest.inCyberspace:
if GlobalQuest.localScene.name == "Primeiro_Andar" or GlobalQuest.localScene.name == "Segundo_Andar":
$BTN_Select.show()
$Virtual_Joystick_Right.hide()
else:
......
No preview for this file type
File added
File added
No preview for this file type
File added
File added
......@@ -612,8 +612,8 @@ modules="org/godotengine/godot/FmodSingleton"
[application]
config/name="Trilha Cientifica IBICT"
run/main_scene="res://Scenes/Game Scenes/SegundoAndar.tscn"
config/name="Trilhas do Conhecimento"
run/main_scene="res://Scenes/Patrocinios/Opening_Video.tscn"
config/icon="res://icon.png"
[autoload]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment