Line of sight now works, and is required to look at things. Foundations for NPCs has also been laid.

This commit is contained in:
Patrick Marsee 2019-05-15 17:56:16 -04:00
parent 267f0e9123
commit e0b88e7a45
4 changed files with 151 additions and 17 deletions

15
testing/testDialog.yml Normal file
View file

@ -0,0 +1,15 @@
%YAML 1.2
---
# This is a sample dialog tree, represented as nested dicts in YAML.
opener: Hello, I'm a sample-dialog NPC. I assure you, I eventually turn
out to be a really well-rounded character.
action: answer
answers:
- Okay.
- Really? Well, tell me more!
replies:
- opener: Yup.
action: exit
- opener: I would, but there's still a bunch of foreshadowing and stuff we
have to get through first.
action: back