Skip to content

Commit

Permalink
Update for v1.0.0
Browse files Browse the repository at this point in the history
* This should be the final commit for v1.0.0 to be released. All
  appropriate versioning and documentation should be updated now.
  • Loading branch information
1000nettles committed Jan 9, 2021
1 parent ff80fbd commit 6b76869
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.0.0] - 2021-01-09

### Added

- Appearance configuration settings. Allows a GM to customize the font family, font size, bold, italics, fill colors, stoke color, stroke thickness, drop shadow color, and drop shadow alpha values of the rendered Combat Numbers
- Scale rendered Combat Numbers to grid size while taking into account the selected font size configuration

## [0.3.2] - 2021-01-03

### Added
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Combat Numbers

![Downloads](https://img.shields.io/github/downloads/1000nettles/combat-numbers/latest/combat-numbers-v0.3.2.zip?style=flat-square)
![Downloads](https://img.shields.io/github/downloads/1000nettles/combat-numbers/latest/combat-numbers-v1.0.0.zip?style=flat-square)
![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fcombat-numbers&style=flat-square)
![Issues](https://img.shields.io/github/issues/1000nettles/combat-numbers?style=flat-square)
![MIT License](https://img.shields.io/github/license/1000nettles/combat-numbers?style=flat-square)
Expand Down Expand Up @@ -45,6 +45,21 @@ Combat Numbers includes an additional Canvas Layer Control button in the toolbar

## Settings

* **Appearance:** Customize the look and feel of the Combat Numbers when rendered on the Scene
* **Font**
* **Font Family:** The font that the Combat Numbers will be rendered in
* **Font Size:** The size of the font. This renders the size of the Combat Numbers relative to the Scene's grid size
* **Bold:** Makes the rendered text **bold**
* **Italic:** Makes the rendered text _italicized_
* **Fill**
* **Damage Color:** The color used for the damage Combat Numbers
* **Heal Color:** The color used for the healing Combat Numbers
* **Stroke**
* **Color:** The color used for the Combat Numbers stroke (or "outline")
* **Thickness:** How thick the stroke (or "outline") is rendered
* **Drop Shadow**
* **Color:** The color used for the Combat Numbers drop shadow
* **Alpha:** The transparency of the drop shadow. 0 is invisible, 1 is completely visible
* **Show Canvas Layer Controls:** If enabled, it will show the Canvas Layer Controls button in the toolbar. Defaults to enabled.
* **Show Addition / Subtraction Modifiers:** If enabled, it will show a "-" in front of a Combat Number when dealing damage, or show a "+" when healing.
* **Mask Default State:** The default state of the masking toggle in the Canvas Layer Controls tools. Checked means ON, unchecked means OFF.
Expand Down Expand Up @@ -73,6 +88,5 @@ Please see the [Changelog](https://github.com/1000nettles/combat-numbers/blob/ma

## Future Planned Features

* Ability to change font, including size and colour
* Different animations instead of just a basic bounce
* ...please suggest some!
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "combat-numbers",
"title": "Combat Numbers",
"description": "Showcase bouncing combat numbers on tokens, similar to old-school JRPGs.",
"version": "0.3.2",
"version": "1.0.0",
"author": "1000Nettles",
"languages": [
{
Expand All @@ -29,7 +29,7 @@
"compatibleCoreVersion": "0.7.9",
"url": "https://github.com/1000nettles/combat-numbers",
"manifest": "https://github.com/1000nettles/combat-numbers/releases/latest/download/module.json",
"download": "https://github.com/1000nettles/combat-numbers/releases/download/v0.3.2/combat-numbers-v0.3.2.zip",
"download": "https://github.com/1000nettles/combat-numbers/releases/download/v1.0.0/combat-numbers-v1.0.0.zip",
"license": "MIT",
"readme": "https://raw.githubusercontent.com/1000nettles/combat-numbers/main/README.md",
"changelog": "https://github.com/1000nettles/combat-numbers/blob/main/CHANGELOG.md"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "combat-numbers",
"version": "0.3.2",
"version": "1.0.0",
"description": "A FoundryVTT module showcasing bouncing combat numbers on tokens, similar to old-school JRPGs.",
"scripts": {
"build": "npx webpack --config webpack.config.js",
Expand Down

0 comments on commit 6b76869

Please sign in to comment.