Rename GUI scripts

This commit is contained in:
Vortrex
2022-08-19 13:00:57 -05:00
parent c0963c4e66
commit 2e6fb905f4
16 changed files with 40 additions and 40 deletions

View File

@@ -3,19 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: clanmgr.js
// DESC: Provides clan manager GUI
// FILE: account-settings.js
// DESC: Provides account settings GUI
// TYPE: Client (JavaScript)
// ===========================================================================
let clanManager = {
window: null,
generalTab: null,
ranksTab: null,
membersTab: null,
vehiclesTab: null,
businessesTab: null,
housesTab: null,
};
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: bizmgr.js
// FILE: business-manager.js
// DESC: Provides business manager GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: changepass.js
// FILE: change-password.js
// DESC: Provides change password GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: charselect.js
// FILE: character-select.js
// DESC: Provides character select GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -0,0 +1,9 @@
// ===========================================================================
// Asshat Gaming Roleplay
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: keybind-manager.js
// DESC: Provides keybind manager GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: localechooser.js
// FILE: locale-chooser.js
// DESC: Provides locale chooser GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: newchar.js
// FILE: new-character.js
// DESC: Provides new character creation GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: resetpass.js
// FILE: reset-password.js
// DESC: Provides password reset GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

View File

@@ -3,8 +3,8 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: error.js
// DESC: Provides error box GUI
// FILE: simple-error.js
// DESC: Provides a simple error box GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: info.js
// FILE: simple-info.js
// DESC: Provides info dialog box GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: list.js
// FILE: simple-list.js
// DESC: Provides simple list GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,8 +3,8 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: yesno.js
// DESC: Provides yes/no prompt dialog GUI
// FILE: simple-prompt-yes-no.js
// DESC: Provides simple yes/no prompt dialog GUI
// TYPE: Client (JavaScript)
// ===========================================================================

View File

@@ -3,7 +3,7 @@
// https://github.com/VortrexFTW/agrp_main
// (c) 2022 Asshat Gaming
// ===========================================================================
// FILE: 2fa.js
// FILE: two-factor-authentication.js
// DESC: Provides two factor authentication GUI
// TYPE: Client (JavaScript)
// ===========================================================================