Creature_Godot icon indicating copy to clipboard operation
Creature_Godot copied to clipboard

[feature request] Translate/rotate bones via runtime code in game

Open blurymind opened this issue 9 years ago • 3 comments

It would be great if we could control bone rotation and ttranslation via scripting. That way the player could look in a specific direction (mouse cursor for example).

blurymind avatar Jul 12 '16 13:07 blurymind

set_bone_pos and set_bone_rot! Please this will be amazing to have :)

blurymind avatar Jul 12 '16 13:07 blurymind

Sounds good, I have a number of tasks I need to push out first but I will definitely take note of this.

Cheers

kestrelm avatar Jul 12 '16 16:07 kestrelm

This would really put it on par with spine 2d.. I guess ideally it would be best if we can overlay a rotation on top of the animation that is running on a bone. Overlay or Overwrite.

Spine2d, dragonbones and even spriter all have this feature in their runtimes. Creature2d is literally the only one without it

It will enable to make a game where the character is aiming his gun to where the mouse pointer is for example, while running

Perhaps I should post it to creature's forum instead? See other user's feedback

blurymind avatar Feb 06 '17 16:02 blurymind