From 3c2afc22601a096b007635f1a822ec8044e9923a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Fri, 13 Dec 2024 10:56:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20bump=20to=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 9 +++++++++ addons/dice_roller/plugin.cfg | 4 ++-- project.godot | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 178bd45..9f05627 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.4 (2024-12-13) + +- More natural initial arrangement of dices +- `DiceRollerControl` signal `roll_started` +- `DiceRollerControl` method `quick_rolling` +- Example updated to show how to use them +- Scenes cleanup of uneeded properties +- Packaging: Added previews and fixed name to match + ## 1.0.3 (2024-12-11) - Dices set can be defined with control properties diff --git a/addons/dice_roller/plugin.cfg b/addons/dice_roller/plugin.cfg index dddfd03..1a6ac4f 100644 --- a/addons/dice_roller/plugin.cfg +++ b/addons/dice_roller/plugin.cfg @@ -1,7 +1,7 @@ [plugin] -name="Dice Roller" +name="Godot Dice Roller (UI Control)" description="A UI control to roll 3D dices in a box" author="David García Garzón (vokimon)" -version="1.0.3" +version="1.0.4" script="dice_roller_plugin.gd" diff --git a/project.godot b/project.godot index 83ae860..9e7382b 100644 --- a/project.godot +++ b/project.godot @@ -35,7 +35,7 @@ config/description="A UI control that rolls 3D dices in a box. - Whichever the resulting size, the camera adapts the zoom to fully see the rolling box floor - Automatically rotates the rolling box if the control aspect ratio is inverse to the one of the box " -config/version="1.0.3" +config/version="1.0.4" run/main_scene="res://examples/dice_roller_example.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg"