added main memu

This commit is contained in:
Ultrablob 2024-04-17 15:00:20 -04:00
parent e446938ba7
commit ae936275b7
10 changed files with 224 additions and 8 deletions

View file

@ -4,6 +4,8 @@ extends Marker2D
@export var random_on_screen = false
func spawn():
if get_tree().paused:
return
for i in range(10):
var test_pos = Vector2(randf(), randf()) * Vector2(1920, 1080)
if not $"../CollisionCheck".is_clear(test_pos):