IAMColumbia / NationalSpaceship

Advanced Game Engine Scripting SP15-NJ Repo
3 stars 17 forks source link

EJ_BlockLand #67

Closed EthanJohnson126 closed 9 years ago

EthanJohnson126 commented 9 years ago

Description

If a block lands safely without breaking (as per #66 ), it will give some feedback as to its weight when it lands.

Requirement

The rotations of blocks needs to settle out to the initial set position, but needs to indicate some tactile force when they hit the ground. One rotation variable will be unlocked, the "side to side" depending on its orientation in 3D space, then allowed to shake on that axis before ultimately settling on the ground and allowing the player to click again, as per #64 .

New Code

See #66

Previous Work

Up to date.

Other Notes

None currently.

EthanJohnson126 commented 9 years ago

https://github.com/EthanJohnson126/EthanJohnson_Fallmo

EthanJohnson126 commented 9 years ago

https://github.com/EthanJohnson126/FallmoV2