did a lot of stuff holy shit

This commit is contained in:
2024-01-26 13:18:15 +01:00
parent 3ce02c2147
commit 8d237ae1d4
110 changed files with 2282 additions and 351 deletions

View File

@@ -28,6 +28,10 @@ func _ready() -> void:
WindowManager.pause_menu.continued.connect(capture)
func _physics_process(delta: float) -> void:
if position.y < -33:
$GameOver.show()
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
get_tree().paused = true
gun_cam.transform = camera.transform
if not is_on_floor():