Fixed most input validation bugs, and did too many improvements to remember. Did I mention that I am typing these words with my hands?
This commit is contained in:
parent
ee5c4da549
commit
4a398cc2a3
11 changed files with 546 additions and 253 deletions
|
@ -3,17 +3,17 @@
|
|||
title: Sample Text
|
||||
openingText: "{}\nsample text"
|
||||
startLevel: testing/test1.yml
|
||||
singletons:
|
||||
- !NPC
|
||||
name: follower
|
||||
description: a follower
|
||||
location: [0, 0]
|
||||
behaviors:
|
||||
go: [-1, follow]
|
||||
arrive: [-1, follow]
|
||||
customValues:
|
||||
follow:
|
||||
distance: 2
|
||||
isFollowing: True
|
||||
target: You
|
||||
#singletons:
|
||||
# - !NPC
|
||||
# name: follower
|
||||
# description: a follower
|
||||
# location: [0, 0]
|
||||
# behaviors:
|
||||
# go: [-1, follow]
|
||||
# arrive: [-1, follow]
|
||||
# customValues:
|
||||
# follow:
|
||||
# distance: 2
|
||||
# isFollowing: True
|
||||
# target: You
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue