Added credits screen off of main menu

This commit is contained in:
Benjamin Morgan 2025-10-21 21:38:06 -06:00
parent e46d1066c0
commit e2a9eb2507
5 changed files with 59 additions and 29 deletions

View file

@ -74,7 +74,7 @@ func _physics_process(delta: float) -> void:
last_shot = 0.0
func die():
position = get_viewport_rect().size / 2
position = get_viewport_rect().size
speed = Vector2(0, 0)
inv_time = 3.0