Skip to content

Commit

Permalink
standard yaya-dic compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Feb 19, 2022
1 parent 6af31d8 commit fa7b896
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ tama.exe -gh ghost_hwnd
- you can make your ghosts react to yatama by using the `tamaOpen` and `tamaExit` events, the example code as follows
```c
On_tamaOpen{
SETTAMAHWND(reference0)
SHIORI_FW.Make_X_SSTP_PassThru('Tittle','tama test: Taromati2')//These settings are all optional
SHIORI_FW.Make_X_SSTP_PassThru('Icon','IMG_PATH/ico/tama.ico')
SHIORI_FW.Make_X_SSTP_PassThru('border.color','626262')
SHIORI_FW.Make_X_SSTP_PassThru('background.color','1e1e1e')
SHIORI_FW.Make_X_SSTP_PassThru('default.color','4ec9b0')//and any other settings you can find in tama.txt
'tama打开了'
SETTAMAHWND(reference[0])
SHIORI3FW.Push_X_SSTP_PassThru('Tittle','tama test: Taromati2')//These settings are all optional
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')//and any other settings you can find in tama.txt
'tama opened'
}
On_tamaExit{
'tama结束了'
'tama closed'
SETTAMAHWND(0)
}
```

0 comments on commit fa7b896

Please sign in to comment.