Files
MaidEngine/scenes/vn_scene.tscn
2026-04-05 11:47:39 -04:00

159 lines
4.5 KiB
Plaintext

[gd_scene format=3 uid="uid://dsg3pxopc0fab"]
[ext_resource type="Texture2D" uid="uid://cyl18yt5hxyb5" path="res://assets/sprites/dialogue_ui.BMP" id="1_xtnmq"]
[ext_resource type="Texture2D" uid="uid://dj621xih5cam7" path="res://assets/sprites/dialogue_continue.BMP" id="2_4b6ix"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xtnmq"]
bg_color = Color(0, 0, 0, 1)
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_xyfjv"]
blend_mode = 1
[sub_resource type="AtlasTexture" id="AtlasTexture_qmngx"]
atlas = ExtResource("1_xtnmq")
region = Rect2(0, 0, 800, 227)
[sub_resource type="AtlasTexture" id="AtlasTexture_3sx2y"]
atlas = ExtResource("2_4b6ix")
region = Rect2(0, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_6inra"]
atlas = ExtResource("2_4b6ix")
region = Rect2(30, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_ptlyn"]
atlas = ExtResource("2_4b6ix")
region = Rect2(60, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_jvfhn"]
atlas = ExtResource("2_4b6ix")
region = Rect2(90, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_fvlad"]
atlas = ExtResource("2_4b6ix")
region = Rect2(120, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_kklm6"]
atlas = ExtResource("2_4b6ix")
region = Rect2(150, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_1rigp"]
atlas = ExtResource("2_4b6ix")
region = Rect2(180, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_qw2nj"]
atlas = ExtResource("2_4b6ix")
region = Rect2(210, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_bubp4"]
atlas = ExtResource("2_4b6ix")
region = Rect2(240, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_iivyk"]
atlas = ExtResource("2_4b6ix")
region = Rect2(270, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_5hpqg"]
atlas = ExtResource("2_4b6ix")
region = Rect2(300, 0, 30, 27)
[sub_resource type="AtlasTexture" id="AtlasTexture_256wb"]
atlas = ExtResource("2_4b6ix")
region = Rect2(330, 0, 30, 27)
[sub_resource type="SpriteFrames" id="SpriteFrames_r6vt6"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_3sx2y")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_6inra")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ptlyn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jvfhn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_fvlad")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_kklm6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_1rigp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qw2nj")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bubp4")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_iivyk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5hpqg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_256wb")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="VnScene" type="Control" unique_id=74039790]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Panel" type="Panel" parent="." unique_id=108231475]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_xtnmq")
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=546478917]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
alignment = 2
[node name="TextureRect" type="TextureRect" parent="VBoxContainer" unique_id=653606980]
material = SubResource("CanvasItemMaterial_xyfjv")
layout_mode = 2
texture = SubResource("AtlasTexture_qmngx")
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/TextureRect" unique_id=1212665758]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
alignment = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/TextureRect/VBoxContainer" unique_id=238151332]
layout_mode = 2
alignment = 1
[node name="Control" type="Control" parent="VBoxContainer/TextureRect/VBoxContainer/HBoxContainer" unique_id=1997339270]
layout_mode = 2
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="VBoxContainer/TextureRect/VBoxContainer/HBoxContainer/Control" unique_id=419477945]
position = Vector2(0, -27)
sprite_frames = SubResource("SpriteFrames_r6vt6")
autoplay = "default"