chore: fix debug warnings

This commit is contained in:
installer
2025-01-22 18:33:23 +01:00
parent 84035f36f4
commit 3ef5356560
4 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ func _ready() -> void:
for _n in range(4, 15):
var star = $Stars/base.duplicate();
$Stars.add_child(star);
star.autoplay = "true";
star.global_position = Vector2(
rng.randi_range(0, window_size[0]),
rng.randi_range(0, window_size[1]),