d61a0ffcb0
The developers/aurelien sandbox scenes still reference legacy non-LOD mesh paths (sm_book.mesh, sm_candlestick.mesh, ...) that don't exist anymore — the production scenes were migrated to *_lod0/1/2.mesh. Godot's full-project file scanner reads every .tscn at editor open and emits 'Cannot open file' errors for each broken ext_resource, even for scenes that the game never loads. Mark developers/ as out-of-scope for Godot's filesystem walker with a .gdignore at its root. The .import / .uid sidecars Godot had generated for files inside (CheckLightmap.exr.import, CheckLightmap.gd.uid) are auto-removed by the editor since they are now orphaned metadata — only the source files (.tscn, .gd, .exr, .lmbake) remain. Re-enabling the sandbox later just means deleting the .gdignore; Godot will regenerate the sidecars. The other diffs in this commit are Godot 4 canonicalising whatever .tscn / .tres files were touched in the editor session that ran the LightmapGI bake attempt: ext_resource uid= attributes added, format bumped 2 -> 3, property order normalised. No behavioural change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
179 lines
6.1 KiB
Plaintext
179 lines
6.1 KiB
Plaintext
[gd_scene format=3 uid="uid://bjrsudbbriijh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b6d68t2cpf8hs" path="res://assets/ui/themes/button-summary-hover.jpg" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://bhow02gjk6svj" path="res://assets/ui/themes/button-summary.jpg" id="2"]
|
|
[ext_resource type="FontVariation" uid="uid://inv1rofq17xy" path="res://assets/fonts/kirsty/kirsty_base.tres" id="3"]
|
|
[ext_resource type="FontVariation" uid="uid://bqx3uv23bwjul" path="res://assets/fonts/kirsty/kirsty_title.tres" id="4"]
|
|
[ext_resource type="Texture2D" uid="uid://bydkxwkmepqg3" path="res://assets/ui/icones/treasure.png" id="5"]
|
|
[ext_resource type="Texture2D" uid="uid://cr77dbagn5xvr" path="res://assets/ui/icones/treasure-hover.png" id="7"]
|
|
[ext_resource type="Texture2D" uid="uid://dp0r6com08d1g" path="res://assets/ui/themes/bck-vert-grd.png" id="8"]
|
|
|
|
[node name="Summary" type="HBoxContainer" unique_id=1162717370]
|
|
anchors_preset = 9
|
|
anchor_bottom = 1.0
|
|
offset_right = 236.0
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="PanelWood" type="Panel" parent="." unique_id=1864179308]
|
|
custom_minimum_size = Vector2(350, 0)
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelWood" unique_id=1602451066]
|
|
clip_contents = true
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 11
|
|
theme_override_constants/separation = 30
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="PanelWood/VBoxContainer" unique_id=279647120]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TextureRect" type="TextureButton" parent="PanelWood/VBoxContainer/CenterContainer" unique_id=996591666]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource("5")
|
|
texture_hover = ExtResource("7")
|
|
texture_focused = ExtResource("7")
|
|
stretch_mode = 3
|
|
|
|
[node name="ButtonPuzzle" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=56901804]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource("2")
|
|
texture_hover = ExtResource("1")
|
|
texture_focused = ExtResource("1")
|
|
|
|
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonPuzzle" unique_id=1120215443]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_fonts/font = ExtResource("4")
|
|
theme_override_font_sizes/font_size = 46
|
|
text = "Puzzles"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="ButtonSetting" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=2122755671]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource("2")
|
|
texture_hover = ExtResource("1")
|
|
texture_focused = ExtResource("1")
|
|
|
|
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonSetting" unique_id=628254543]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 3
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("4")
|
|
theme_override_font_sizes/font_size = 46
|
|
text = "Paramètres"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="ButtonCredits" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=679378055]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource("2")
|
|
texture_hover = ExtResource("1")
|
|
texture_focused = ExtResource("1")
|
|
|
|
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonCredits" unique_id=226913021]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 3
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("4")
|
|
theme_override_font_sizes/font_size = 46
|
|
text = "Crédits"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="PanelWood/VBoxContainer" unique_id=1157747201]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ButtonQuit" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=487898453]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource("2")
|
|
texture_hover = ExtResource("1")
|
|
|
|
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonQuit" unique_id=1896709909]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 3
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("4")
|
|
theme_override_font_sizes/font_size = 46
|
|
text = "Quit"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="ContainerVersion" type="HBoxContainer" parent="PanelWood/VBoxContainer" unique_id=2120265353]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginLeft" type="MarginContainer" parent="PanelWood/VBoxContainer/ContainerVersion" unique_id=1727590743]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="LabelVersion" type="Label" parent="PanelWood/VBoxContainer/ContainerVersion" unique_id=612070584]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_color = Color(0.741176, 0.478431, 0.372549, 1)
|
|
theme_override_fonts/font = ExtResource("3")
|
|
text = "v 0.0.0"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="MarginRight" type="MarginContainer" parent="PanelWood/VBoxContainer/ContainerVersion" unique_id=265761369]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 0.04
|
|
|
|
[node name="MarginContainerBottom" type="MarginContainer" parent="PanelWood/VBoxContainer" unique_id=62036307]
|
|
layout_mode = 2
|
|
size_flags_stretch_ratio = 0.2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="." unique_id=900425396]
|
|
clip_contents = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 11
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("8")
|
|
stretch_mode = 1
|
|
|
|
[node name="ClickButton" type="AudioStreamPlayer" parent="." unique_id=1653606507]
|