Change logos

This commit is contained in:
Vortrex
2022-12-27 23:34:15 -06:00
parent bacb54423b
commit 66391bcaad
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -89,7 +89,8 @@
<file type="client" src="files/fonts/aurora-bold-condensed.ttf" />
<file type="client" src="files/images/skins/none.png" />
<!--<file type="client" src="files/images/server-logo.png" />-->
<file type="client" src="files/images/asshat-logo.png" />
<file type="client" src="files/images/gtac-logo.png" />
<file type="client" src="files/images/mafiac-logo.png" />
<file type="client" src="files/images/cursor.png" />
<!-- GUI -->
@@ -114,7 +115,6 @@
<script src="scripts/client/gui/games/betting.js" type="client" language="javascript" />
<script src="scripts/client/gui/games/5cardpoker.js" type="client" language="javascript" />
<!-- Client Scripts -->
<script src="scripts/client/afk.js" type="client" language="javascript" />
<script src="scripts/client/animation.js" type="client" language="javascript" />

View File

@@ -11,8 +11,8 @@ var app = {};
let mainFont = "Roboto"; // "Arial"
//let mainLogoPath = (typeof gta == "undefined") ? "files/images/mafiac-logo.png" : "files/images/gtac-logo.png";
let mainLogoPath = "files/images/asshat-logo.png";
let mainLogoPath = (typeof gta == "undefined") ? "files/images/mafiac-logo.png" : "files/images/gtac-logo.png";
//let mainLogoPath = "files/images/server-logo.png";
let primaryColour = [200, 200, 200];
let secondaryColour = [16, 16, 16];