Doubt about hangry horde allstars%
1 year ago
Spain

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

}
के द्वारा संपादित लेखक 1 year ago
गेम विवरण
फॉलोअर्स
163
दौड़
164
खिलाड़ियों
151
ताज़ा धागे
पोस्ट किया गया 1 year ago
2 जवाब
पोस्ट किया गया 7 months ago
1 जवाब
पोस्ट किया गया 8 months ago
3 जवाब
पोस्ट किया गया 8 months ago
3 जवाब
पोस्ट किया गया 11 months ago
1 जवाब
मॉडरेटर्स