moving on

This commit is contained in:
betalars 2024-09-15 11:30:31 +02:00
parent 79c8abc6e7
commit 2e52c8d0c1
27 changed files with 1654 additions and 1655 deletions

1
src/dev-util/savegame.gd Normal file
View File

@ -0,0 +1 @@
extends Node

View File

@ -0,0 +1,6 @@
extends Node
func _ready() -> void:
var initialize_response: Dictionary = steamInitEx( true, 480 )
print("Did Steam initialize?: %s " % initialize_response)

View File

@ -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

View File

@ -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")

View File

@ -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, " / ")

View File

@ -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