mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
InitCommit
update 1.4.2 source code
This commit is contained in:
36
ui_scenes/spriteList/viewer.tscn
Normal file
36
ui_scenes/spriteList/viewer.tscn
Normal file
@@ -0,0 +1,36 @@
|
||||
[gd_scene load_steps=4 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" path="res://ui_scenes/spriteList/viewer.gd" id="1_ytjpf"]
|
||||
|
||||
[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="."]
|
||||
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="."]
|
||||
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")
|
||||
Reference in New Issue
Block a user