Skip to content

Commit f1cc414

Browse files
committed
Revert changes in example scene
1 parent f628459 commit f1cc414

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

example.tscn

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=8 format=3 uid="uid://xqy4fhlaf2q3"]
1+
[gd_scene load_steps=7 format=3 uid="uid://xqy4fhlaf2q3"]
22

33
[ext_resource type="Script" uid="uid://bgqglerkcylxx" path="res://addons/SmoothScroll/SmoothScrollContainer.gd" id="1_su8ig"]
44
[ext_resource type="Script" uid="uid://b7h0k2h2qwlqv" path="res://addons/SmoothScroll/scroll_damper/expo_scroll_damper.gd" id="2_ibjlc"]
@@ -16,13 +16,6 @@ func _on_h_slider_value_changed(value):
1616
$Label.text = \"FPS: \" + str($HSlider.value)
1717
"
1818

19-
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n51mc"]
20-
content_margin_left = 50.0
21-
content_margin_top = 50.0
22-
content_margin_right = 50.0
23-
content_margin_bottom = 50.0
24-
bg_color = Color(0.6, 0, 1, 1)
25-
2619
[sub_resource type="Resource" id="Resource_lssh0"]
2720
script = ExtResource("2_ibjlc")
2821
friction = 4.0
@@ -79,10 +72,9 @@ script = SubResource("GDScript_xo176")
7972
unique_name_in_owner = true
8073
layout_mode = 0
8174
offset_left = 259.0
82-
offset_top = 126.0
83-
offset_right = 650.0
84-
offset_bottom = 424.0
85-
theme_override_styles/panel = SubResource("StyleBoxFlat_n51mc")
75+
offset_top = 147.0
76+
offset_right = 649.0
77+
offset_bottom = 393.0
8678
follow_focus = true
8779
script = ExtResource("1_su8ig")
8880
wheel_scroll_damper = SubResource("Resource_lssh0")

0 commit comments

Comments
 (0)