armory3d / armory_examples

Armory Examples
https://github.com/armory3d/armory/wiki
zlib License
60 stars 38 forks source link

Fix bowling demo #72

Closed rpaladin closed 1 year ago

rpaladin commented 1 year ago

Issue

  1. The menu scene doesn't initially show on load.
  2. The Play button at the menu scene doesn't load the game scene.
  3. The Menu button at the game scene doesn't load the menu scene.
  4. The Restart button at the game doesn't reload the game scene.

Comments

I believe these issues was initially caused by me in: https://github.com/armory3d/armory/pull/2600 TL;TR, the node replacements didn't properly transfer the property value. I'm not exactly sure why, they should have I believe?

Current/incorrect

image

image

Proposed/correct

image

image