Awesome stuff. I'm wondering how you can set the player's powerup using the onStart() function for custom powerups.
I tried using Text.print(player.powerup, 100, 100) to see the custom powerup ID for the Thwomp shroom and it prints 2. So I tried "player.powerup = 2" in onStart() but it just starts me with a mushroom.
I tried using Text.print(player.powerup, 100, 100) to see the custom powerup ID for the Thwomp shroom and it prints 2. So I tried "player.powerup = 2" in onStart() but it just starts me with a mushroom.
Statistics: Posted by madman — Mon Nov 18, 2024 11:37 am