Releases: YAYA-shiori/tama
v1.0.1.0 : setting parameters in event & relative paths of icon
Now you can use events like this to give each ghost's tama window a completely different visual effect
On_tamaOpen{
SETTAMAHWND(reference[0])
SHIORI3FW.Push_X_SSTP_PassThru('Tittle','tama test: Taromati2')
SHIORI3FW.Push_X_SSTP_PassThru('Icon','IMG_PATH/ico/tama.ico')
SHIORI3FW.Push_X_SSTP_PassThru('border.color','626262')
SHIORI3FW.Push_X_SSTP_PassThru('background.color','1e1e1e')
SHIORI3FW.Push_X_SSTP_PassThru('default.color','4ec9b0')
'tama打开了'
}
And you can now use relative paths to set the icon for tama, based on ghost/master
I've changed the whole framework to be Unicode-based, so please let me know if you encounter any problems!
Full Changelog: v1.0.0.24...v1.0.1.0
v1.0.0.24
When starting a tama with a selected ghost, that tama will no longer be retrieved by other newly started instances of ayaya (this means that the problem of multiple logs being mixed together has been fixed)
Instead of opening only one tama at a time, now there can be one tama instance per ghost
Full Changelog: v1.0.0.23...v1.0.0.24
v1.0.0.23
Fixed some bugs
Added some hints and error checking
Fixed an issue where English was not displayed in English (but displayed Chinese)
Added the option of start tama without choosing ghost
Full Changelog: v1.0.0.22...v1.0.0.23
v1.0.0.22
v1.0.0.21
Full Changelog: v0...v1.0.0.21
Init
Public Co-Authored-By: steve green <steve_green@qq.com>