summary refs log tree commit diff stats
path: root/res/scripts/common.lua
Commit message (Collapse)AuthorAgeFilesLines
* Added non-looping animationsKelly Rauchenberger2021-02-131-0/+13
| | | | Lucas can get electrocuted now.
* Scripts are organised per-map nowKelly Rauchenberger2021-02-121-1/+1
|
* 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.
* Player movement/input is halted during cutscenesKelly Rauchenberger2021-02-101-0/+11
|
* Player is no longer controllable during map transitionsKelly Rauchenberger2021-02-101-2/+5
|
* loadMap requires a direction now, so party trails are set up correctlyKelly Rauchenberger2021-02-101-3/+1
|
* Running is preserved across screen transitionsKelly Rauchenberger2021-02-101-0/+13
|
* Direction is preserved across map transitions nowKelly Rauchenberger2021-02-101-0/+28
|
* Added fade out around map changeKelly Rauchenberger2021-02-101-0/+25
| | | | Also moved script system first in the loop so that the camera can catch up before rendering. Also added a map change from map 2 back to map 1.
* Added sound and animation changes to scriptingKelly Rauchenberger2021-02-061-0/+17
|
* Created script systemKelly Rauchenberger2021-02-051-0/+23