hero-mark-2/objects/environment/bubble/bubble_spawner.tscn
pennyrigate 109f4347ba bubbelk
2023-08-03 22:46:25 -04:00

10 lines
334 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/environment/bubble/bubble.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/random_spawner.gd" type="Script" id=2]
[node name="BubbleSpawner" type="Node2D"]
script = ExtResource( 2 )
scene = ExtResource( 1 )
extents = Rect2( 0, 0, 8, 8 )
delay = 3.0