for now, delete questions

This commit is contained in:
Robin Hübner 2018-09-21 04:24:20 +02:00
parent 43f3cf9d50
commit c6c3364081
1 changed files with 0 additions and 16 deletions

View File

@ -344,22 +344,6 @@ func _set_speaker_voice(voice_sample):
func _set_speaker_expression(speaker, expression): func _set_speaker_expression(speaker, expression):
emit_signal("on_speaker_expression_changed", speaker, expression) emit_signal("on_speaker_expression_changed", speaker, expression)
# temporary maybe
func _setup_question(new_question):
body_container.add_child(new_question)
current_dialog_controller.waiting_for_answer = true
func _question_answered_yes(qs):
body_container.remove_child(qs)
current_dialog_controller.waiting_for_answer = false
current_dialog_controller._advance_dialog()
func _question_answered_no(qs):
body_container.remove_child(qs)
current_dialog_controller.waiting_for_answer = false
exit_frame()
func _choice_made(choice_modal, choice): func _choice_made(choice_modal, choice):
if IS_DEBUG: print("chose: ", choice.get_choice()) if IS_DEBUG: print("chose: ", choice.get_choice())
# Game.add_history_entry("you", choice.get_choice()) # Game.add_history_entry("you", choice.get_choice())