From 2a0f2443d458f6d7d3ea343a89a503ded88b6610 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:04:24 -0500 Subject: [PATCH] Add new GUI script files --- scripts/client/gui/games/5-card-poker.js | 9 +++++++++ scripts/client/gui/games/blackjack.js | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 scripts/client/gui/games/5-card-poker.js create mode 100644 scripts/client/gui/games/blackjack.js diff --git a/scripts/client/gui/games/5-card-poker.js b/scripts/client/gui/games/5-card-poker.js new file mode 100644 index 00000000..d254829b --- /dev/null +++ b/scripts/client/gui/games/5-card-poker.js @@ -0,0 +1,9 @@ +// =========================================================================== +// Asshat Gaming Roleplay +// https://github.com/VortrexFTW/agrp_main +// (c) 2022 Asshat Gaming +// =========================================================================== +// FILE: 5cardpoker.js +// DESC: Provides 5-card poker games GUI +// TYPE: Client (JavaScript) +// =========================================================================== \ No newline at end of file diff --git a/scripts/client/gui/games/blackjack.js b/scripts/client/gui/games/blackjack.js new file mode 100644 index 00000000..1d1368ab --- /dev/null +++ b/scripts/client/gui/games/blackjack.js @@ -0,0 +1,9 @@ +// =========================================================================== +// Asshat Gaming Roleplay +// https://github.com/VortrexFTW/agrp_main +// (c) 2022 Asshat Gaming +// =========================================================================== +// FILE: blackjack.js +// DESC: Provides blackjack game GUI +// TYPE: Client (JavaScript) +// =========================================================================== \ No newline at end of file