feat: Update server mod icons and properties

This commit updates the server mod with new icons and properties.

The following changes were made:

- Updated `picture` to `title_ca.paa` in `mod.cpp`.
- Updated `logoSmall` to `icon_64_ca.paa` in `mod.cpp`.
- Updated `logo` to `icon_128_ca.paa` in `mod.cpp`.
- Updated `logoOver` to `icon_128_highlight_ca.paa` in `mod.cpp`.
- Added `dlcColor` to `mod.cpp`.
- Updated binary files for `icon_128_highlight_ca.paa`, `icon_64_ca.paa`, and `icon_128_ca.paa`.
This commit is contained in:
Jacob Schmidt 2025-05-04 20:02:30 -05:00
parent eec98d03eb
commit db238970f7
6 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,7 @@
dir = "@forge_server";
name = "FORGE Server";
author = "IDSolutions";
picture = "title_co.paa";
picture = "title_ca.paa";
logoSmall = "icon_64_ca.paa";
logo = "icon_128_ca.paa";
logoOver = "icon_128_highlight_ca.paa";
@ -9,4 +10,5 @@ tooltipOwned = "IDS Owned";
overview = "FORGE Server - Official Modification";
description = "FORGE Server - Version 1.0.0";
action = "https://innovativedevsolutions.org";
actionName = "Website";
actionName = "Website";
dlcColor[] = {0.45, 0.47, 0.41, 1};

BIN
title_ca.paa Normal file

Binary file not shown.

Binary file not shown.