stuarthoye / Observer_Effect

Ludum Dare Gamejam Project
0 stars 0 forks source link

Redefining focal points on-the-fly. #15

Closed stuarthoye closed 9 years ago

stuarthoye commented 9 years ago

It would be nice to be able to trigger a change in the point that Blue orbits around, and nice to change left-side or right-side of Red's oscillation.

Boombostak commented 9 years ago

Are we talking at runtime or in the editor?

stuarthoye commented 9 years ago

At runtime, so that we can alter the particles' behaviour. I think we can do in-editor by dragging the focal_point child.

stuarthoye commented 9 years ago

We can do this now by accessing member variables in the particles. This makes it really easy to modify, and scale up after collisions.

stuarthoye commented 9 years ago

We can access these variables in the editor panel, or define them with scripting.