bug: Fix low-resolution text

This commit is contained in:
Benjamin Morgan 2025-10-22 22:48:54 -06:00
parent 64c055b23f
commit e287853798
13 changed files with 1463 additions and 104 deletions

View file

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