Added credits screen off of main menu
This commit is contained in:
parent
e46d1066c0
commit
bb963db15f
8 changed files with 165 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue