This commit is contained in:
CortexCore
2023-06-12 15:51:41 +08:00
parent 118c28b187
commit 983cf15fa2
38 changed files with 2118 additions and 0 deletions

15
Services/Framework.tscn Normal file
View 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