add sky to train scene

This commit is contained in:
Overside srl
2026-02-17 10:03:32 +01:00
parent fd0bcfa381
commit b419cbe6f5
10 changed files with 89 additions and 13 deletions

View File

@@ -478,11 +478,11 @@ func _create_debug_panel() -> void:
_debug_panel = SkyDebugPanel.new()
_debug_panel.name = "SkyDebugPanel"
_debug_panel.dynamic_sky = self
_debug_panel.anchor_left = 0.0
_debug_panel.anchor_left = 1.0
_debug_panel.anchor_top = 0.0
_debug_panel.anchor_right = 0.0
_debug_panel.anchor_right = 1.0
_debug_panel.anchor_bottom = 0.0
_debug_panel.offset_left = 10.0
_debug_panel.offset_left = -310.0
_debug_panel.offset_top = 10.0
_debug_canvas_layer.add_child(_debug_panel)