You are viewing a potentially older version of this package. View all versions.
RS_Mind-FancyCardBar-1.2.0 icon

FancyCardBar

Allows mod developers to add custom icons to the card bar.

Date uploaded a week ago
Version 1.2.0
Download link RS_Mind-FancyCardBar-1.2.0.zip
Downloads 11172
Dependency string RS_Mind-FancyCardBar-1.2.0

This mod requires the following mods to function

willis81808-UnboundLib-3.2.14 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.14
Pykess-ModdingUtils-0.4.8 icon
Pykess-ModdingUtils

Utilities aimed at making modding easier and more accessible

Preferred version: 0.4.8

README

Fancy Card Bar

Allows mod developers to add custom icons to the card bar. Users can toggle this mod off client-side.

Usage Guide for Developers:

  1. Import the included unitypackage into your Unity project.
  2. Use the included template to create an icon for your card.
  3. Add the "Fancy Icon" script to your card in unity.
  4. Add the icon's prefab to the script.
  5. Include this mod as a SoftDependency.
  6. (Optional) include this mod as a dependency to prevent log warnings.

CHANGELOG

1.0.0:

  • Released

1.2.0:

  • Added a config option to disable the mod, allowing mod authors to safely set this mod as a dependency

1.3.0

  • Added a config option to automatically generate icons for cards with art but lacking an icon. Disabled by default