Added the ability to create prefabs.

This commit is contained in:
Patrick Marsee 2021-11-14 22:25:30 -05:00
parent 871646fccc
commit 18595087ff
5 changed files with 304 additions and 59 deletions

View file

@ -64,3 +64,17 @@ loadOnce:
distance: 2
isFollowing: True
target: You
- !Prefab
name: ball
location: [4, 12]
- !Prefab
name: ball
location: [7, 12]
- !Prefab
name: box
location: [4, 10]
- !Prefab
name: box
location: [7, 10]
details:
useLocation: [6, 10]