![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | CakeLover |
I’m trying to add a slider in tool mode like this:
code:
tool
extends Position2D
export(float) var CustomSlider = 0.1 setget changeSlider_x
func changeSlider_x(changed_val):
CustomSlider=changed_val