cirnogodot/Dialogue/CustomScenes/dialogic_windowed_image.tscn

22 lines
637 B
Text
Raw Normal View History

2025-02-19 17:38:54 +01:00
[gd_scene load_steps=2 format=3 uid="uid://1qx7a3isffve"]
2025-03-19 15:56:18 +01:00
[ext_resource type="Script" uid="uid://bo6kn3exqjn4v" path="res://Dialogue/CustomScenes/DefaultImageScene/default_image.gd" id="1_sosx8"]
2025-02-19 17:38:54 +01:00
2025-03-19 15:56:18 +01:00
[node name="DefaultBackground" type="Node"]
script = ExtResource("1_sosx8")
metadata/_custom_type_script = "uid://igc188fln1wv"
2025-02-19 17:38:54 +01:00
[node name="ColorRect" type="ColorRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Image" type="TextureRect" parent="."]
2025-03-19 15:56:18 +01:00
anchors_preset = 1
anchor_left = 1.0
2025-02-19 17:38:54 +01:00
anchor_right = 1.0
2025-03-19 15:56:18 +01:00
grow_horizontal = 0
2025-02-19 17:38:54 +01:00
mouse_filter = 0
2025-03-19 15:56:18 +01:00
stretch_mode = 3