tojam20-elevator/scripts/strings.gd
2026-05-17 23:58:50 +01:00

32 lines
965 B
GDScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

extends Node
const TITLE := "AGENTIC INCIDENT
(A.I.)"
const TITLE_PRESS_START := "PRESS SPACE TO COMPLY"
const PAUSE_TITLE := "ON A BREAK"
const PAUSE_RESUME := "RESUME"
const PAUSE_RESTART := "REBOOT"
const PAUSE_SPACE_HINT := "Space to clock back in"
const PAUSE_R_HINT := "R to Restart"
const END_WIN_HEADLINE := "THANKS FOR RIDING GOATECH"
const END_LOSS_HEADLINE := "INCIDENT CLOSED"
const END_SCORE_FMT := "SCORE: %d"
const END_SAVED_FMT := "Headcount preserved: %d"
const END_RESTART := "RESTART"
const END_SPACE_HINT := "Space to REBOOT."
const SCREEN_FACE_IDLE := ">:)"
const SCREEN_FACE_BLOCKED := ">:("
const SCREEN_FACE_ESCAPED := ":D"
const SCREEN_WIN_TEXT := "ADEQUATE"
const SCREEN_FLOOR_FMT := "FL %d"
const SCREEN_SCORE_FMT := "SCORE: %d"
const SCREEN_COUNTDOWN_3 := "3"
const SCREEN_COUNTDOWN_2 := "2"
const SCREEN_COUNTDOWN_1 := "1"
const LOSS_TOO_FEW := "INCIDENT CLOSED
- HR WILL HEAR ABOUT THIS -"
const LOSS_ROBOT := "I'M IN. robot"