From aeb2d9d3b35287b20501f08ad1dd63db6b5c6952 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Wed, 21 Jan 2026 08:34:59 -0600 Subject: [PATCH] Change outline text color of events --- www/js/plugins/JsScript38Set.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/plugins/JsScript38Set.js b/www/js/plugins/JsScript38Set.js index e7abe85..ff857ae 100644 --- a/www/js/plugins/JsScript38Set.js +++ b/www/js/plugins/JsScript38Set.js @@ -79,7 +79,7 @@ let _EventSetting = ""; Game_Interpreter.prototype.Event_StrCng = function (_EventStr) { D_Text_Cng_font = "Makinas"; this.SetPict(PN_EventBar, AdvPic + "PN_EventBar", -276, 80); - _EventSetting = SCol.Blk + "\\ow[0]" + _EventStr; + _EventSetting = SCol.Blk + "\\ow[4]\\oc[rgb(231,225,212)]" + _EventStr; this.SetPicStr(PN_EventTxt, " " + _EventSetting + " ", 22, -276 + 10, 80 + 17); EasingStr = "easeOutQuad"; this.MovePict(PN_EventBar, 0, 80, 15); @@ -97,7 +97,7 @@ Game_Interpreter.prototype.Talk_Open = function () { if (_EventSetting != "") { D_Text_Cng_font = "Makinas"; this.SetPict(PN_EventBar, AdvPic + "PN_EventBar", -276, 80); - _EventSetting = SCol.Blk + "\\ow[0]" + _EventSetting; + _EventSetting = SCol.Blk + "\\ow[4]\\oc[rgb(231,225,212)]" + _EventSetting; this.SetPicStr(PN_EventTxt, " " + _EventSetting + " ", 22, -276 + 10, 80 + 17); EasingStr = "easeOutQuad"; this.MovePict(PN_EventBar, 0, 80, 15);