Files
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

51 lines
1.8 KiB
Plaintext

[gd_scene format=3 uid="uid://dako8e30n1vv0"]
[ext_resource type="Script" uid="uid://2a62dnfq4o1b" path="res://game.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://cx5dvchcc2v3b" path="res://combat/combat.tscn" id="2"]
[ext_resource type="PackedScene" uid="uid://dtaj2nc2g4cb8" path="res://grid_movement/exploration.tscn" id="3"]
[sub_resource type="Animation" id="1"]
length = 0.5
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Transition/ColorRect:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.5),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(0.0703125, 0.0703125, 0.0703125, 0), Color(0.0703125, 0.0703125, 0.0703125, 1)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_53g8u"]
_data = {
&"fade_to_black": SubResource("1")
}
[node name="Game" type="Node" unique_id=1712702090 node_paths=PackedStringArray("combat_screen", "exploration_screen")]
script = ExtResource("1")
combat_screen = NodePath("Combat")
exploration_screen = NodePath("Exploration")
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=73377330]
libraries/ = SubResource("AnimationLibrary_53g8u")
[node name="Transition" type="CanvasLayer" parent="." unique_id=1805845816]
[node name="ColorRect" type="ColorRect" parent="Transition" unique_id=1377939207]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
color = Color(0.0703125, 0.0703125, 0.0703125, 0)
[node name="Combat" parent="." unique_id=1001598935 instance=ExtResource("2")]
visible = false
[node name="Exploration" parent="." unique_id=499429218 instance=ExtResource("3")]
[node name="Camera2D" type="Camera2D" parent="." unique_id=1887632648]
offset = Vector2(640, 360)