mirror of
https://github.com/mx42/my-gd-game.git
synced 2026-01-14 05:19:50 +01:00
chore: fix debug warnings
This commit is contained in:
@@ -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]),
|
||||
|
||||
Reference in New Issue
Block a user