Lighting experiments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user