You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
947 B
18 lines
947 B
[gd_scene load_steps=5 format=3 uid="uid://hdfejdnmp8sl"]
|
|
|
|
[ext_resource type="Script" uid="uid://umop2b1m1qm8" path="res://scripts/CSharp/GameEntity/Management/EntityManager.cs" id="1_2bwns"]
|
|
[ext_resource type="Script" uid="uid://bogqp274y1pgr" path="res://scripts/CSharp/GameEntity/Management/EntityNodeCreator.cs" id="2_8m173"]
|
|
[ext_resource type="PackedScene" uid="uid://sbf12hin4kes" path="res://prefabs/Interactables/trash_object.tscn" id="3_v3vdc"]
|
|
[ext_resource type="PackedScene" uid="uid://c25udixd5m6l0" path="res://prefabs/characters/Vesna.tscn" id="4_8m173"]
|
|
|
|
[node name="EntityManager" type="Node" node_paths=PackedStringArray("_nodeCreator")]
|
|
script = ExtResource("1_2bwns")
|
|
_nodeCreator = NodePath("EntityCreator")
|
|
|
|
[node name="EntityCreator" type="Node" parent="."]
|
|
script = ExtResource("2_8m173")
|
|
_entityPrefabs = Dictionary[String, PackedScene]({
|
|
"TrashEntity": ExtResource("3_v3vdc"),
|
|
"VesnaEntity": ExtResource("4_8m173")
|
|
})
|