Dev Demo 2
* Ajout des achievement Steam * Ajout d'une annonce à la récupération d'un artefact et ajout de textes axplicatifs sur les annonces d'artefacts et de mutation * Fix du léger glitch des tooltips * Ajout de clarté sur la machine de respawn dans le vaisseau
This commit is contained in:
@@ -11,15 +11,15 @@ var pass_asked := false
|
||||
var tutorial_started := false
|
||||
|
||||
# Cheat Code
|
||||
func _input(_e):
|
||||
if (
|
||||
Input.is_action_pressed("drop")
|
||||
and Input.is_action_pressed("move_right")
|
||||
and Input.is_action_pressed("move_left")
|
||||
and Input.is_action_just_pressed("action")
|
||||
):
|
||||
pass_intro()
|
||||
%SparkParticles.emitting = false
|
||||
# func _input(_e):
|
||||
# if (
|
||||
# Input.is_action_pressed("drop")
|
||||
# and Input.is_action_pressed("move_right")
|
||||
# and Input.is_action_pressed("move_left")
|
||||
# and Input.is_action_just_pressed("action")
|
||||
# ):
|
||||
# pass_intro()
|
||||
# %SparkParticles.emitting = false
|
||||
|
||||
func _process(delta):
|
||||
%TopologyMap.texture.noise.offset += Vector3(delta * SPEED, delta * SPEED, 0.)
|
||||
|
||||
Reference in New Issue
Block a user