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 返信