Ok guys. Another Update. Now you can download the game for windows. The leaderboard now have the result off all players and i've add a fullscreen button directly in the main menu. Enjoy.
I love it! but I have been having problems with the asteroids spawning on top of the player, A way you can fix this is by putting a tag "Player" on the ship, then in the asteroid script add:
func _ready():
var player = get_tree().get_first_node_in_group("Player")
var distance = (player.global_position - global_position).length()
← Return to game
Comments
Log in with itch.io to leave a comment.
Ok guys. Another Update. Now you can download the game for windows. The leaderboard now have the result off all players and i've add a fullscreen button directly in the main menu. Enjoy.
cool game
GAME UPDATED WITH AN ONLINE LEADERBOARD
highscore check leaderboard
ok i've update the game with an online leaderboard. tnx for your feedback
happy to accidentally help
I love it! but I have been having problems with the asteroids spawning on top of the player, A way you can fix this is by putting a tag "Player" on the ship, then in the asteroid script add:
func _ready():
var player = get_tree().get_first_node_in_group("Player")
var distance = (player.global_position - global_position).length()
if distance < 10:
queue_free()
Hope this helps!
I' ve just update the game ;) try it now. Tnx for your feedback!