Skip to content

Commit

Permalink
renamed and moved files for better organization
Browse files Browse the repository at this point in the history
  • Loading branch information
adammikulis committed May 9, 2024
1 parent b50bfa4 commit 1d94906
Show file tree
Hide file tree
Showing 10 changed files with 580 additions and 589 deletions.
File renamed without changes.
505 changes: 505 additions & 0 deletions addons/mind_game/controllers/MindManagerController.tscn

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
[gd_scene load_steps=4 format=3 uid="uid://bew4jlihie8s0"]

[ext_resource type="Script" path="res://addons/mind_game/examples/single_agent_chat/SingleAgentChat.cs" id="1_7500t"]
[ext_resource type="Script" path="res://addons/mind_game/scripts/controllers/SingleAgentChatController.cs" id="1_48rj6"]
[ext_resource type="Script" path="res://addons/mind_game/scripts/model_classes/MindAgent.cs" id="2_4a0p2"]
[ext_resource type="PackedScene" uid="uid://cfvr575wuu42a" path="res://addons/mind_game/scenes/ModelManagerController.tscn" id="3_liads"]
[ext_resource type="PackedScene" uid="uid://cfvr575wuu42a" path="res://addons/mind_game/controllers/MindManagerController.tscn" id="3_7pvjl"]

[node name="SingleAgentChat" type="Node"]
script = ExtResource("1_7500t")
[node name="SingleAgentChatController" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_48rj6")

[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
Expand Down Expand Up @@ -40,6 +47,7 @@ Load Models"
unique_name_in_owner = true
script = ExtResource("2_4a0p2")

[node name="ModelManagerController" parent="." instance=ExtResource("3_liads")]
[node name="MindManagerController" parent="." instance=ExtResource("3_7pvjl")]
unique_name_in_owner = true
visible = false
layout_mode = 1
55 changes: 0 additions & 55 deletions addons/mind_game/examples/single_agent_chat/SingleAgentChat.cs

This file was deleted.

Loading

0 comments on commit 1d94906

Please sign in to comment.