fix: game over popup is now at 2m distance
This commit is contained in:
parent
f0452eeb88
commit
60c7dbddcd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ func _on_conclusion_received(_method : int, _motive : int, murderer : int) -> vo
|
|||
|
||||
func _process(_delta) -> void:
|
||||
var relative := get_viewport().get_camera_3d().global_position
|
||||
global_position = relative + Vector3(0, 0, 4)
|
||||
global_position = relative + Vector3(0, 0, 2)
|
||||
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue