Lighting experiments
This commit is contained in:
@@ -55,6 +55,10 @@ func (t *TitleScreen) SetPortalVisibility(enabled *bool) {
|
||||
t.settingsScreen.SetPortalVisibility(enabled)
|
||||
}
|
||||
|
||||
func (t *TitleScreen) SetRaycastSettings(enabled *bool, debugMode *bool) {
|
||||
t.settingsScreen.SetRaycastSettings(enabled, debugMode)
|
||||
}
|
||||
|
||||
func (t *TitleScreen) SetHasSaveGame(hasSave bool) {
|
||||
t.hasSaveGame = hasSave
|
||||
if !hasSave && t.selectedIndex == 0 {
|
||||
|
||||
Reference in New Issue
Block a user