Dante-666 / bouncy-ball

hello world game for g3d development and learning
1 stars 0 forks source link

Save custom objects in Scene #39

Closed Dante-666 closed 4 years ago

Dante-666 commented 4 years ago

Right now, the selection part is mostly fixed but we can't save the objects and all parameters yet. Fix that.

Dante-666 commented 4 years ago

This needs some manipulation of the makeGUI method and we can dump behavioral parameters in.

Dante-666 commented 4 years ago

Only for ease of reading and writing objects and editing them ofc.

Dante-666 commented 4 years ago

This needs to go in now. We need ability to change the position of objects when they are changed into the scene. Check out the behavior by implementing it for PhysicsEntity first.