mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
11 lines
415 B
Plaintext
11 lines
415 B
Plaintext
[gd_scene load_steps=4 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]
|
|
[ext_resource path="res://player/Body.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="ESSEntitySpawner" type="ESSEntitySpawner"]
|
|
script = ExtResource( 1 )
|
|
player_display_scene = ExtResource( 2 )
|
|
player_body_scene = ExtResource( 3 )
|