bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue