Change logos
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB |
4
meta.xml
4
meta.xml
@@ -89,7 +89,8 @@
|
|||||||
<file type="client" src="files/fonts/aurora-bold-condensed.ttf" />
|
<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/skins/none.png" />
|
||||||
<!--<file type="client" src="files/images/server-logo.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" />
|
<file type="client" src="files/images/cursor.png" />
|
||||||
|
|
||||||
<!-- GUI -->
|
<!-- GUI -->
|
||||||
@@ -114,7 +115,6 @@
|
|||||||
<script src="scripts/client/gui/games/betting.js" type="client" language="javascript" />
|
<script src="scripts/client/gui/games/betting.js" type="client" language="javascript" />
|
||||||
<script src="scripts/client/gui/games/5cardpoker.js" type="client" language="javascript" />
|
<script src="scripts/client/gui/games/5cardpoker.js" type="client" language="javascript" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Client Scripts -->
|
<!-- Client Scripts -->
|
||||||
<script src="scripts/client/afk.js" type="client" language="javascript" />
|
<script src="scripts/client/afk.js" type="client" language="javascript" />
|
||||||
<script src="scripts/client/animation.js" type="client" language="javascript" />
|
<script src="scripts/client/animation.js" type="client" language="javascript" />
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ var app = {};
|
|||||||
|
|
||||||
let mainFont = "Roboto"; // "Arial"
|
let mainFont = "Roboto"; // "Arial"
|
||||||
|
|
||||||
//let mainLogoPath = (typeof gta == "undefined") ? "files/images/mafiac-logo.png" : "files/images/gtac-logo.png";
|
let mainLogoPath = (typeof gta == "undefined") ? "files/images/mafiac-logo.png" : "files/images/gtac-logo.png";
|
||||||
let mainLogoPath = "files/images/asshat-logo.png";
|
//let mainLogoPath = "files/images/server-logo.png";
|
||||||
|
|
||||||
let primaryColour = [200, 200, 200];
|
let primaryColour = [200, 200, 200];
|
||||||
let secondaryColour = [16, 16, 16];
|
let secondaryColour = [16, 16, 16];
|
||||||
|
|||||||
Reference in New Issue
Block a user