Init
This commit is contained in:
15
Services/Framework.tscn
Normal file
15
Services/Framework.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b2kkx25rbmq5q"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Core/BITAppForGodot.cs" id="1_6djgg"]
|
||||
[ext_resource type="Script" path="res://Scripts/ECS/GodotEntitiesService.cs" id="2_clugd"]
|
||||
[ext_resource type="Script" path="res://Scripts/Factory/SCADAService.cs" id="3_ty1uc"]
|
||||
|
||||
[node name="Framework" type="Node"]
|
||||
script = ExtResource("1_6djgg")
|
||||
|
||||
[node name="EntitiesManager" type="Node" parent="."]
|
||||
script = ExtResource("2_clugd")
|
||||
|
||||
[node name="SCADAService" type="Node" parent="."]
|
||||
script = ExtResource("3_ty1uc")
|
||||
fixedEntities = true
|
Reference in New Issue
Block a user