Spawner.tscn 284 B

1234567891011
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://Scripts/Spawner.gd" type="Script" id=1]
  3. [ext_resource path="res://Resources/Images/spawn.png" type="Texture" id=2]
  4. [node name="Spawn" type="Sprite" groups=[
  5. "spawn",
  6. ]]
  7. texture = ExtResource( 2 )
  8. script = ExtResource( 1 )