top of page
Search

Progress to Lunar Lander Game

  • Writer: Sad Giant
    Sad Giant
  • Jun 6
  • 1 min read
ree

Added some sub events for the lander when it lands on the designated platforms on, However I noticed a mistake when making these sub events (The destroy code), this code made no sense to have since when the lander meets the requirements for a successful landing, it would destroy itself and also clip through the platform

ree

Deleted the destroy code since it wouldn't make sense of the lander destroying itself when it successfully lands.

After deleting the stray unwanted code, I made the platforms enabled so that they can be landed on, since I noticed the lander clipping through them.
After deleting the stray unwanted code, I made the platforms enabled so that they can be landed on, since I noticed the lander clipping through them.

Progress of the Lander successfully landing on the landing pad!

 
 
 

Comments


bottom of page