Formatting
This commit is contained in:
@@ -10,12 +10,17 @@
|
||||
|
||||
let blackJackGUI = {
|
||||
window: null,
|
||||
dealerHand: [],
|
||||
playerHand: [],
|
||||
};
|
||||
|
||||
}
|
||||
// ===========================================================================
|
||||
|
||||
let playerCards = [];
|
||||
let dealerCards = [];
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function initBlackJackGUI() {
|
||||
// Render a blackjack game in MexUI
|
||||
//logToConsole(LOG_DEBUG, `[VRR.GUI] Creating blackjack GUI ...`);
|
||||
@@ -39,4 +44,6 @@ function initBlackJackGUI() {
|
||||
blackJackGUI.window.shown = false;
|
||||
|
||||
//logToConsole(LOG_DEBUG, `[VRR.GUI] Created blackjack GUI`);
|
||||
}
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user