More work on dialogue, portraits, customizer and intro

This commit is contained in:
2025-09-18 09:14:54 -04:00
parent 82c630d668
commit 023e88b84e
80 changed files with 2117 additions and 141 deletions

View File

@@ -40,9 +40,12 @@ func update_signature_threshold(value : float) -> void:
func _on_sign_button_pressed() -> void:
signButton.visible = false
var tween = create_tween()
Game.player_data.name = %FirstNameEdit.text
Game.player_data.surname = %LastNameEdit.text
write_sound.play()
tween.tween_method(update_signature_threshold, -0.1, 1.1, .5)
tween.tween_interval(1)
tween.tween_callback(Game.switch_dialogue.bind("game_start", "Start Schedule"))
#Sign the card.
#Dialogic.paused = false
#Dialogic.Jump.jump_to_label("")