Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- entity: {
- name: "Boid",
- initialize: {
- model: "enemy.obj"
- },
- children: {
- AIComponent: {
- initialize: {
- weight: 10
- },
- children: {
- Detector: {
- initialize: {
- classToDetect: "StarShip"
- }
- }
- }
- },
- FlockingCohesion: {
- initialize: {
- weight: 10
- }
- },
- FlockingSeperation: {
- initialize: {
- weight: 10
- }
- },
- FlockingAlignment: {
- initialize: {
- weight: 10
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment