Skip to content

Commit

Permalink
修复demo的time_scale设错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Sep 25, 2024
1 parent 6ba8895 commit e82eaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/dragonbones_demo/demo.gd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func _ready() -> void:
%ActiveCheck.button_pressed = false

# Time Scale
%TimeScaleSpinBox.value_changed.connect(func(value: float): dragonbones.time_scale = value)
%TimeScaleSpinBox.value_changed.connect(func(value: float): dragonbones.animation_time_scale = value)
%TimeScaleSpinBox.value = 1.0

# Manual Advance
Expand Down

0 comments on commit e82eaf2

Please sign in to comment.