aboutsummaryrefslogtreecommitdiff
path: root/game/addons/zylann.hterrain/tools/util/spin_slider.tscn
blob: 70a0da8a9f0071032991eec18acda21e37851b89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[gd_scene load_steps=2 format=2]

[ext_resource path="res://addons/zylann.hterrain/tools/util/spin_slider.gd" type="Script" id=1]

[node name="SpinSlider" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_min_size = Vector2( 32, 28 )
mouse_default_cursor_shape = 10
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}