moving on
This commit is contained in:
parent
79c8abc6e7
commit
2e52c8d0c1
|
|
@ -0,0 +1 @@
|
||||||
|
extends Node
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
extends Node
|
||||||
|
|
||||||
|
|
||||||
|
func _ready() -> void:
|
||||||
|
var initialize_response: Dictionary = steamInitEx( true, 480 )
|
||||||
|
print("Did Steam initialize?: %s " % initialize_response)
|
||||||
|
|
@ -3,4 +3,3 @@ extends Area2D
|
||||||
|
|
||||||
var is_dragged: bool = false
|
var is_dragged: bool = false
|
||||||
@export var direction: Vector2 = Vector2.ZERO
|
@export var direction: Vector2 = Vector2.ZERO
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,10 +161,9 @@ func pick(id: int):
|
||||||
|
|
||||||
print("Winning ID ", id)
|
print("Winning ID ", id)
|
||||||
|
|
||||||
elif options[0].text == "":
|
|
||||||
winning_id = 1
|
|
||||||
else:
|
else:
|
||||||
winning_id = 0
|
Steam.setAchievement("FIGHT_BACK")
|
||||||
|
Steam.storeStats()
|
||||||
|
|
||||||
output.append(options.pop_at(winning_id))
|
output.append(options.pop_at(winning_id))
|
||||||
anim_players.pop_at(winning_id).play("shuffle")
|
anim_players.pop_at(winning_id).play("shuffle")
|
||||||
|
|
|
||||||
|
|
@ -105,9 +105,3 @@ func print_settings():
|
||||||
"Show navigation buttons: ", show_navigation_buttons, " / ",
|
"Show navigation buttons: ", show_navigation_buttons, " / ",
|
||||||
"Enable subtitles: ", enable_subtitles, " / ",
|
"Enable subtitles: ", enable_subtitles, " / ",
|
||||||
"Enable CC: ", enable_closed_caption, " / ")
|
"Enable CC: ", enable_closed_caption, " / ")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ Frame of mind is
|
||||||
made by betalars
|
made by betalars
|
||||||
|
|
||||||
They were suppored by:
|
They were suppored by:
|
||||||
Adrian Schmid and tilcreator - programming
|
Adrian Schmid and somebody that I used to know - programming
|
||||||
Jas Arianna - voice acting
|
Jas Arianna - voice acting
|
||||||
STTLE - OST
|
STTLE - OST
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue