PNGTuber-Plus/ui_scenes/spriteList/viewer.tscn
CenTdemeern1 ffe98d4910 Send it
Time to get started
2025-04-29 19:30:24 +02:00

57 lines
1.8 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://gaijtw7euy5g"]
[ext_resource type="Texture2D" uid="uid://23rqddatjku3" path="res://ui_scenes/mouse/tooltipBox.png" id="1_hogj3"]
[ext_resource type="Script" uid="uid://dw3gyu3sjfh8t" path="res://ui_scenes/spriteList/viewer.gd" id="1_ytjpf"]
[ext_resource type="Texture2D" uid="uid://barmp2x5i3kn0" path="res://ui_scenes/spriteList/eyes.png" id="3_c2kwx"]
[ext_resource type="Theme" uid="uid://dvg4b6n663ujc" path="res://the_button_theme.tres" id="4_4vty1"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h2wjy"]
size = Vector2(230, 630)
[node name="SpriteList" type="Node2D"]
script = ExtResource("1_ytjpf")
[node name="NinePatchRect" type="NinePatchRect" parent="."]
visible = false
offset_left = -4.0
offset_top = -4.0
offset_right = 226.0
offset_bottom = 626.0
texture = ExtResource("1_hogj3")
region_rect = Rect2(0, 0, 48, 48)
patch_margin_left = 8
patch_margin_top = 8
patch_margin_right = 8
patch_margin_bottom = 8
[node name="ScrollContainer" type="ScrollContainer" parent="."]
visible = false
offset_right = 221.0
offset_bottom = 622.0
horizontal_scroll_mode = 0
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
layout_mode = 2
[node name="Area2D2" type="Area2D" parent="." groups=["penis"]]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D2"]
position = Vector2(111, 311)
shape = SubResource("RectangleShape2D_h2wjy")
disabled = true
[node name="Eyes" type="Sprite2D" parent="."]
position = Vector2(209, 12)
texture = ExtResource("3_c2kwx")
hframes = 2
frame = 1
[node name="toggleVisibility" type="Button" parent="Eyes"]
offset_left = -13.0
offset_top = -14.0
offset_right = 14.0
offset_bottom = 13.0
theme = ExtResource("4_4vty1")
flat = true
[connection signal="pressed" from="Eyes/toggleVisibility" to="." method="_on_toggle_visibility_pressed"]