Doubt about hangry horde allstars%
2 years 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

}
Отредактировано пользователем автор 2 years ago
Статистика игры
Подписчики
169
Времена
195
Игроки
160
Последние темы
Опубликовано 2 years ago
games:thread_reply_count
Опубликовано 1 month ago
1 ответ
Опубликовано 1 year ago
1 ответ
Опубликовано 1 year ago
games:thread_reply_count
Опубликовано 1 year ago
games:thread_reply_count
Модераторы