Files
godot-demo-projects/plugins/test_scene.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

21 lines
864 B
Plaintext

[gd_scene format=3 uid="uid://b032ndepju3c3"]
[ext_resource type="Script" uid="uid://bsjl3kijvqbnj" path="res://addons/main_screen/handled_by_main_screen.gd" id="1"]
[ext_resource type="Script" uid="uid://dsns1qb3ocb00" path="res://addons/custom_node/heart.gd" id="2"]
[sub_resource type="BoxMesh" id="1"]
[node name="TestScene" type="Node" unique_id=251753296]
[node name="Heart" type="Node2D" parent="." unique_id=1268816800]
script = ExtResource("2")
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1632077868]
mesh = SubResource("1")
[node name="HandledByMainScreen" type="Node" parent="." unique_id=1606418395]
script = ExtResource("1")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1658675508]
transform = Transform3D(0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, -0.75, 0.433013, 0, 0, 0)