SopelGenerator NEW
Kandif
plain_text
2 years ago
209 B
61
Indexable
extends Node2D var scena_sopel = preload("res://Sopel.tscn") func _on_Timer_timeout(): var sopel = scena_sopel.instance() add_child(sopel) randomize() sopel.global_position.x = rand_range(0,1000)
Editor is loading...