Added the ability to create prefabs.
This commit is contained in:
parent
871646fccc
commit
18595087ff
5 changed files with 304 additions and 59 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue