Files
godot-demo-projects/loading/load_threaded/load_threaded.tscn
T
Hugo Locurcio b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo
- Rebake lightmaps in Global Illumination demo with supersampling
  to improve quality.
- Increase SDFGI quality in the Global Illumination demo
  (slightly more demanding, but better matches the quality standards
  of 2026).

All demos had Project > Tools > Upgrade Project Files ran on them
with 4.6.stable (4.6.stable.mono for demos in the `mono/` folder).
2026-02-10 23:56:35 +01:00

109 lines
3.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[gd_scene format=3 uid="uid://bcq22d1n4otj5"]
[ext_resource type="Script" uid="uid://ckpaw0bldly2l" path="res://load_threaded.gd" id="1_5o27a"]
[node name="LoadThreaded" type="VBoxContainer" unique_id=1385948866]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_5o27a")
[node name="Paintings" type="HBoxContainer" parent="." unique_id=1058159607]
layout_mode = 2
size_flags_vertical = 3
[node name="Babel" type="TextureRect" parent="Paintings" unique_id=1372837300]
texture_filter = 4
layout_mode = 2
size_flags_horizontal = 3
expand_mode = 1
stretch_mode = 5
[node name="LasMeninas" type="TextureRect" parent="Paintings" unique_id=1007100840]
texture_filter = 4
layout_mode = 2
size_flags_horizontal = 3
expand_mode = 1
stretch_mode = 5
[node name="MonaLisa" type="TextureRect" parent="Paintings" unique_id=2119461078]
texture_filter = 4
layout_mode = 2
size_flags_horizontal = 3
expand_mode = 1
stretch_mode = 5
[node name="OldGuitarist" type="TextureRect" parent="Paintings" unique_id=1989393839]
texture_filter = 4
layout_mode = 2
size_flags_horizontal = 3
expand_mode = 1
stretch_mode = 5
[node name="Parasol" type="TextureRect" parent="Paintings" unique_id=795418987]
texture_filter = 4
layout_mode = 2
size_flags_horizontal = 3
expand_mode = 1
stretch_mode = 5
[node name="Swing" type="TextureRect" parent="Paintings" unique_id=1451442465]
texture_filter = 4
layout_mode = 2
size_flags_horizontal = 3
expand_mode = 1
stretch_mode = 5
[node name="StartLoading" type="Button" parent="." unique_id=621136410]
layout_mode = 2
text = "Start Loading"
[node name="GetLoaded" type="HBoxContainer" parent="." unique_id=1598138520]
layout_mode = 2
[node name="Babel" type="Button" parent="GetLoaded" unique_id=1003168050]
layout_mode = 2
size_flags_horizontal = 3
disabled = true
text = "The Tower of Babel"
[node name="LasMeninas" type="Button" parent="GetLoaded" unique_id=1362860244]
layout_mode = 2
size_flags_horizontal = 3
disabled = true
text = "Las Meninas"
[node name="MonaLisa" type="Button" parent="GetLoaded" unique_id=900657092]
layout_mode = 2
size_flags_horizontal = 3
disabled = true
text = "Mona Lisa"
[node name="OldGuitarist" type="Button" parent="GetLoaded" unique_id=944426845]
layout_mode = 2
size_flags_horizontal = 3
disabled = true
text = "The Old Guitarist"
[node name="Parasol" type="Button" parent="GetLoaded" unique_id=2000676179]
layout_mode = 2
size_flags_horizontal = 3
disabled = true
text = "Woman with a Parasol Madame Monet and Her Son"
[node name="Swing" type="Button" parent="GetLoaded" unique_id=1264848167]
layout_mode = 2
size_flags_horizontal = 3
disabled = true
text = "The Swing"
[connection signal="pressed" from="StartLoading" to="." method="_on_start_loading_pressed"]
[connection signal="pressed" from="GetLoaded/Babel" to="." method="_on_babel_pressed"]
[connection signal="pressed" from="GetLoaded/LasMeninas" to="." method="_on_las_meninas_pressed"]
[connection signal="pressed" from="GetLoaded/MonaLisa" to="." method="_on_mona_lisa_pressed"]
[connection signal="pressed" from="GetLoaded/OldGuitarist" to="." method="_on_old_guitarist_pressed"]
[connection signal="pressed" from="GetLoaded/Parasol" to="." method="_on_parasol_pressed"]
[connection signal="pressed" from="GetLoaded/Swing" to="." method="_on_swing_pressed"]