Lighting experiments

This commit is contained in:
2025-12-16 00:44:52 -07:00
parent c70f85abe5
commit de5f47f47b
12 changed files with 664 additions and 17 deletions

View File

@@ -88,6 +88,10 @@ func (m *PauseMenu) SetPortalVisibility(enabled *bool) {
m.settingsScreen.SetPortalVisibility(enabled)
}
func (m *PauseMenu) SetRaycastSettings(enabled *bool, debugMode *bool) {
m.settingsScreen.SetRaycastSettings(enabled, debugMode)
}
// Update logic
func (m *PauseMenu) Update() *MenuOption {