Advertisement
DeanAbad

Leap for Love Game Jam Version Bug Solutions

Oct 16th, 2022 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | Software | 0 0
  1. Solutions:
  2.  
  3. Title/start screen - simply correct the typo from 'Leap on Love' to 'Leap for Love'.
  4. Water shader - use GLES3 as renderer? Still uncertain with this one as other shaders work just fine in GLES2 on web export.
  5. Buttons - move the buttons on an Autoload class.
  6. Level 2 - by moving the buttons on Autoload class, the rest of the game would be able to access them directly.
  7. Timer - add a condition that whenever the Timer node is ready, wait for any user input before running it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement