Skip to content

Commit

Permalink
🏗 bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Feb 10, 2025
1 parent 1d33277 commit 1807573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.4.0 (2025-02-10)

- ✨ New dice: d20
- ✨ New dice: d10x10
Expand Down
2 changes: 1 addition & 1 deletion addons/dice_roller/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
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.3.0"
version="1.4.0"
script="dice_roller_plugin.gd"
2 changes: 1 addition & 1 deletion examples/dice_roler/dice_set_editor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func _on_tree_button_clicked(item: TreeItem, _column: int, id: int, _mouse_butto
func _on_tree_item_edited():
var item := tree.get_edited()
var column := tree.get_edited_column()
print("item edited: ", item, " column ", column)
#print("item edited: ", item, " column ", column)
match column:
COL_COLOR:
color_picker.color = item.get_metadata(COL_COLOR)
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config_version=5

config/name="Godot Dice Roller (UI Control)"
config/description="A UI control that rolls 3D dices in a box"
config/version="1.3.0"
config/version="1.4.0"
run/main_scene="res://examples/dice_roler/dice_roller_example.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
Expand Down

0 comments on commit 1807573

Please sign in to comment.