Sound FX, major work on set schedule, and some new concepts for items and portraits

This commit is contained in:
2025-09-11 08:10:07 -04:00
parent ef9e5c2664
commit d64859cf35
106 changed files with 2226 additions and 221 deletions

View File

@@ -8,12 +8,22 @@
"sound_moods": {},
"style": ""
},
&"default_portrait": "",
&"default_portrait": "New portrait",
&"description": "",
&"display_name": "Player",
&"mirror": false,
&"nicknames": ["Guildmaster"],
&"offset": Vector2(0, 0),
&"portraits": {},
&"portraits": {
"New portrait": {
"export_overrides": {
"image": ""
},
"mirror": false,
"offset": Vector2(0, 0),
"scale": 1,
"scene": "res://dialogic/layered_portrait_player.tscn"
}
},
&"scale": 1.0
}