OctoD / godot-gameplay-systems

⚔️ A plugin for Godot to create your gameplay systems in a Godot way.
MIT License
509 stars 49 forks source link

Can't set float value in attributes🐛 [bug] #12

Closed Kulver closed 1 year ago

Kulver commented 1 year ago

When I try to set float value in GameplayAttributeMap in editor it is rounded to int Windows, godot 4.0.2

OctoD commented 1 year ago

Fixed, I missed to set a minimum step with decimals, thank you for reporting!

mendieta commented 3 months ago

@OctoD I believe the SpinBox is also missing the step value on the attribute effect editor.