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:
parent
eec98d03eb
commit
db238970f7
BIN
icon_128_ca.paa
BIN
icon_128_ca.paa
Binary file not shown.
Binary file not shown.
BIN
icon_64_ca.paa
BIN
icon_64_ca.paa
Binary file not shown.
6
mod.cpp
6
mod.cpp
@ -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
BIN
title_ca.paa
Normal file
Binary file not shown.
BIN
title_co.paa
BIN
title_co.paa
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user