Fixed Confirm Fight Button


Added function "CheckBothPanelsFull()"

Algorithm & Pseudocode

FUNCTION CheckBothPanelsFull():     
 IF deskPanel IS NOT NULL AND enemyPanel IS NOT NULL THEN        
 IF deskPanel.childCount == aiEnemyManager.cardCount              
    AND enemyPanel.childCount == aiEnemyManager.cardCount 
    THEN             
        SET fightButton to ACTIVE             
        PRINT "All Card on All Desk Fight"         
    ENDIF     
  ELSE         
       PRINT "EnemyPanel or DeskPanel not available!"     
 ENDIF 
END FUNCTION

Files

DuelMemonSeal2.zip Play in browser
1 day ago
DemonSeal2.zip 52 MB
1 day ago

Get Demon Seal II - Dungeon Deck Duels Saga

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.