mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix typo "exists" to "exits"
This commit is contained in:
committed by
Max Hilbrunner
parent
3813790990
commit
f1dde510c6
@@ -20,7 +20,7 @@ Signals for our script
|
||||
We are introducing 3 signals to our script so that our game can add further logic:
|
||||
|
||||
- ``focus_lost`` is emitted when the player takes off their headset or when the player enters the menu system of the headset.
|
||||
- ``focus_gained`` is emitted when the player puts their headset back on or exists the menu system and returns to the game.
|
||||
- ``focus_gained`` is emitted when the player puts their headset back on or exits the menu system and returns to the game.
|
||||
- ``pose_recentered`` is emitted when the headset requests the players position to be reset.
|
||||
|
||||
Our game should react accordingly to these signals.
|
||||
|
||||
Reference in New Issue
Block a user