summary refs log tree commit diff stats
path: root/src/input_system.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added choice promptsKelly Rauchenberger2021-02-111-0/+8
| | | | "A presses" are also no longer special values in the lines list, but are rather a field on the MessageLine object.
* Added "no problem here"Kelly Rauchenberger2021-02-071-0/+13
|
* Added sprite interactionKelly Rauchenberger2021-02-061-13/+33
|
* Created script systemKelly Rauchenberger2021-02-051-1/+3
|
* Added little bobbing "next message" arrowKelly Rauchenberger2021-02-051-2/+3
|
* Added speaker headerKelly Rauchenberger2021-02-051-1/+1
|
* Added text boxesKelly Rauchenberger2021-02-041-2/+7
| | | | | | Text now reveals itself and scrolls! Yay! It even plays speaker beeps. TODO: the arror indicating an A press is needed. Bullets on lines that need bullets. The header that says who the speaker is, if relevant.
* Added cutscene bars (and resized game)Kelly Rauchenberger2021-02-031-5/+15
|
* Added input systemKelly Rauchenberger2021-02-031-0/+89