Doubt about hangry horde allstars%
Hi there! Since the game requieres no damage recieved to give 3 stars on a horde level, are those requiered for all stars%? In any case i think it should be noted on the rules to avoid confusion for newer runners!
Piece of code that handles the stars on Horde levels to prove it
int num = 3;
int starRating = 0;
if(Health > 0 && Health < MaxHealth){
starRating = 1 + (Stuff about giving either 1 or 2 stars)
}
else if (Health >= MaxHealth){
starRating = num
}
के द्वारा संपादित लेखक
हाल की दौड़ें
पोस्ट किया गया
3 जवाब
मॉडरेटर्स