Made server and client 1

This commit is contained in:
2026-05-08 23:24:42 +01:00
parent 7db9406ced
commit 7e5874ffbb
14 changed files with 52 additions and 1 deletions
-23
View File
@@ -1,23 +0,0 @@
{
"tim": {
"name": "Timothy Sharpshooter",
"gender": "",
"skin_color": "",
"eye_color": "",
"pronoun_subject": "",
"pronoun_object": "",
"pronoun_deppos": "",
"pronoun_indpos": "",
"pronoun_reflex": "",
"animation": "",
"head": "",
"hair": "",
"torso": "",
"arm": "",
"leg": "",
"hair_color": "",
"top_clothing": "",
"bottom_clothing": "",
"shoes": ""
}
}
-8
View File
@@ -1,8 +0,0 @@
@tim says "hello world, it's a good day"
choice "choice numero uno" {
@tim says "super sad"
}
or "choice numero duo" {
@tim says "super unsad"
}
END