broken_seals_2d/game/player/bs_entity_spawner.tscn

9 lines
309 B
Plaintext
Raw Normal View History

2021-02-21 16:45:04 +01:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://player/bs_entity_spawner.gd" type="Script" id=1]
[ext_resource path="res://player/DisplayPlayer.tscn" type="PackedScene" id=2]
[node name="ESSEntitySpawner" type="ESSEntitySpawner"]
script = ExtResource( 1 )
player_display_scene = ExtResource( 2 )