fix: clarify controller room browser focus
This commit is contained in:
parent
908cf2733a
commit
6db6fbba7f
5 changed files with 79 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ extends Node
|
|||
|
||||
const CONTROLLER_MOTION_THRESHOLD: float = 0.35
|
||||
const FOCUS_ARROW_TEXTURE: Texture2D = preload(
|
||||
"res://ui/icons/pictograms/arrow_light_up_full.png"
|
||||
"res://ui/icons/pictograms/arrow_cursor.png"
|
||||
)
|
||||
const FOCUS_ARROW_SIZE: Vector2 = Vector2(32.0, 32.0)
|
||||
const FOCUS_ARROW_ROTATION_DEGREES: float = 150.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue