more web refactoring
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good

This commit is contained in:
austin 2024-12-30 14:36:00 -05:00
parent ba5caca8e7
commit 92c26b4f6c
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +0,0 @@
{
"tag" : "convo1",
"children" : [
"./data/webs/characters/bert.json"
]
}

View File

@ -1,5 +1,5 @@
{ {
"tag" : "bert", "tag" : "bert-self",
"nodes" : { "nodes" : {
"0" : { "0" : {
"id" : 0, "id" : 0,

View File

@ -0,0 +1,6 @@
{
"tag" : "convo1",
"children" : [
"./data/webs/physical-instances/characters/bert-self.json"
]
}

View File

@ -1,6 +1,6 @@
{ {
"tag" : "web", "tag" : "web",
"children" : [ "children" : [
"./data/webs/conversations/convo1.json" "./data/webs/physical-instances/conversations/convo1.json"
] ]
} }