Spawner.tscn 255 B

12345678
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://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"]
  5. texture = ExtResource( 2 )
  6. script = ExtResource( 1 )