i think the asteroids, bullet hell insta win/lose +bullet hell out of bounds bug are fixed

This commit is contained in:
Tabby 2025-05-18 10:32:25 +10:00
parent ebf3b2ee4c
commit 8de322825c
6 changed files with 45 additions and 6 deletions

View file

@ -10,7 +10,7 @@ enum Gamemode{
signal game_over(score : int)
@export var max_lives = 3
@export var lives = 3
@export var lives = 3 #debug
@export var platformer_game : PackedScene
@export var games : Array[PackedScene]
@export var zoom_speed : float = 0.5