File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public override void _Input(InputEvent @event)
3636 GetTree ( ) . ChangeSceneToFile ( _buttonSceneMap [ _gameTurnTable . GetCurrentSelection ( ) ] ) ;
3737 }
3838
39- if ( @event is not InputEventJoypadButton or InputEventKey )
39+ if ( @event is not InputEventJoypadButton and not InputEventKey )
4040 {
4141 return ; // These are the only events that should reset the screensaver. Doing this bc I think the touch screen is causing issues
4242 }
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ autostart = true
346346ignore_time_scale = true
347347
348348[node name ="Screensaver" type ="CanvasLayer" parent ="." ]
349+ visible = false
349350
350351[node name ="ColorRect" type ="ColorRect" parent ="Screensaver" ]
351352material = SubResource ("ShaderMaterial_mhd54" )
You can’t perform that action at this time.
0 commit comments