edbeeching / godot_rl_agents_plugin

The Godot plugin asset for the Godot RL Agents library
MIT License
121 stars 16 forks source link

Update sync.gd to enable changing action_repeat value in Godot Inspector #13

Closed Ivan-267 closed 1 year ago

Ivan-267 commented 1 year ago

Previously changing the value of action_repeat in inspector did not take effect (it would still be the default 8), this update fixes that.

Also, now the minimum allowed value for action_repeat and speed_up in Godot Inspector is set to 1.