Files
tween-scroll-test/src/scroll_root.tscn
2025-10-21 11:22:32 -06:00

27 lines
830 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://xvl65qci5w1b"]
[ext_resource type="PackedScene" uid="uid://dtsyn6bqpojn" path="res://src/empty space thing.tscn" id="1_is8xv"]
[ext_resource type="Script" uid="uid://vabpak15285q" path="res://src/empty_space_thing.gd" id="2_mej84"]
[node name="ScrollRoot" type="Node2D"]
[node name="ColorRect" type="ColorRect" parent="."]
offset_right = 1152.0
offset_bottom = 648.0
color = Color(0.133196, 0.133196, 0.133196, 1)
[node name="Sliding Box" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="EmptySpaceThing" parent="Sliding Box" instance=ExtResource("1_is8xv")]
layout_mode = 1
offset_left = 455.0
offset_top = 299.0
offset_right = 455.0
offset_bottom = 299.0
script = ExtResource("2_mej84")
velocity_coeffecient = 110