peanutstando
Member
- Jun 20, 2023
- 208
- 34
- 161
// 文字描画・一部の指定文字があったらその動作をする
for(var i = 0; i < text.length; i++)
{
if(text[i] == "r") reline(); // r : 改行
else if(text[i] == "g") chColor = 0x80FF80; // g : 緑
else if(text[i] == "y") chColor = 0xFFFFC0; // y : 黄色
else if(text[i] == "p") chColor = 0xFFC0C0; // p : ピンク
else if(text[i] == "c") chColor = 0xC0E0FF; // c : シアン
else if(text[i] == "b") chColor = 0x0000C0; // b : 青
else if(text[i] == "w") chColor = 0xFFFFFF; // w : 白
else if(text[i] == "k") chColor = 0x000000; // k : 黒
else
{
Man! What can I say?WAIT! We're all stupid.
https://f95zone.to/threads/makura-cover-soft-dungeon-and-bride.39728
I'm sorry but it's true...