Multilingual Text Engine 2.0 (中文 x English x Español x 日本語 7360字) ▋Allowed Characters You can input any combination of Chinese, Zhuyin (Bopomofo), English, Español, numbers, Japanese, or symbols. If the text exceeds the display area, it will automatically wrap to a new line or page. Overall, this version of the engine is more powerful than the previous one: More characters supported Faster performance Better parsing ▋Example Usage It can be used as a dialogue engine. However, because it is pen-based, it cannot be overlaid on top of character layers. ▋Escape Characters (Special Codes) New line: \n White text: \w Red text: \r Blue text: \b Green text: \g Yellow text: \y Bold / Toggle Bold: \t ▋Sample String (You can copy and paste this into your project for testing): \r多語言引擎\n\b多語言引擎\n\g多語言引擎\n\y多語言引擎\n\n\wTurn White\nCool~\n\n\r多語言引擎\n\b多語言引擎\n\g多語言引擎\n\y多語言引擎\n\n\wTurn White\nThe End\n\n ▋To Add New Characters Follow these steps: Add the new character to the words list (Add each character as a new item) Use the custom generator site (built with ChatGPT) to get the data: https://hanldj.github.io/word_generator (1) Input the character you want to add (set size to 24x24), it will auto-generate a [code string]. (2) In the section “Determine Final Pixel Width”, set height to 24, enter the character, and click “Check”. It will calculate the width of the character — this is your [width value]. Copy the generated [code] and add it to the code list (one per item). Copy the generated [width] and add it to the word width list (one per character). It’s also possible to export the lists into a text file, make all the edits there, and then import them back. However, because the lists are quite large, sometimes they can’t be exported properly, so need to export it from TurboWarp instead. ----------------中文解說---------------------- ▋可輸入任何中文、注音、英數、日文、符號字串 超出指定範圍自動換行換頁 整體來說是比之前的版本更優秀的引擎, 字數更多,速度更快,解析更好 應用例子: 可以做為對話引擎,但因為是畫筆主導,無法覆蓋在角色圖層上 ▋跳脫字元 換行: \n 白色: \w 紅色: \r 藍色: \b 綠色: \g 黃色: \y 粗體/還原: \t ▋範例: (可複製以下字串,至專案中貼上測試) \r繁體中文引擎\n\b繁體中文引擎\n\g繁體中文引擎\n\y繁體中文引擎\n\n\w變白色\nCool~\n\n\r繁體中文引擎\n\b繁體中文引擎\n\g繁體中文引擎\n\y繁體中文引擎\n\n\w變白色\n結束\n\n ------------------------------------------- ▋如果要增加新的字,依照以下步驟: 1. 在words清單加入想新增的字 (一個字新增一項) 2. 在以下網頁,依步驟進行: (此網頁是用chatGPT生成,專門用來產生此scratch專案清單編碼) https://hanldj.github.io/word_generator (1) 輸入想新增的字(大小設定成24x24),會自動轉成一串[編碼] (2) 在[判斷最終點陣寬度]中,設定高度24,並輸入想加入的字,點擊[判斷],會自動計算出一個數字,就是這個字的[寬度] 3. 將生成的[編碼],複製後加入[code]清單 (一個編碼新增一項) 4. 將生成的[寬度],複製後加入[word width]清單 (一個字新增一項) 5.也可以將清單匯出成記事本後全部改完再匯入,但因清單較大,有時無法匯出,須從turbowarp匯出 ------------------------------------------- ▋前一版本: ------------------------------------------- 2025/5/24 新增色彩 2025/5/25 新增全半形辨識、大小寫辨識、日文平假/片假名/常用1500漢字 2025/5/26 新增常用簡體字、擴充日文漢字、優化字體寬度、粗體字 2025/7/5 新增西班牙字母