From 41c33d65ce74016ab8d633da83505eedf6223eab Mon Sep 17 00:00:00 2001 From: yilsem Date: Tue, 7 Jul 2026 21:21:12 +0300 Subject: [PATCH] Diyalog kutusuna ID rozeti + sahne gelistirmeleri - Konusan kisinin repligi oynarken diyalog kutusunda 'ID ' rozeti gorunur (yanlis ses atamasini bildirmek icin referans numarasi) - Kullanicinin sahne guncellemeleri dahil (isiklandirma, duvar/pencere, diyalog kutusu, typewriter, isin efekti) Co-Authored-By: Claude Fable 5 --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f3c0c58..059dd5e 100644 --- a/index.html +++ b/index.html @@ -527,7 +527,8 @@ function setDialog(b,i){ dAva.textContent=SHORT[b.rol].charAt(0); dAva.style.background=col; dAva.style.color='#0a0e14'; dAva.style.boxShadow='0 0 14px '+col; const hl=b.hedef&&H2L[b.hedef], hshort=hl?SHORT[hl]:(b.hedef==='Herkes'?'Herkese':null); - dName.innerHTML=''+SHORT[b.rol].toUpperCase()+'' + dName.innerHTML='ID '+i+'' + +''+SHORT[b.rol].toUpperCase()+'' +(hshort?''+hshort.toUpperCase()+'':'') +((mode==='tr'&&!TR_READY())?' ses hazırlanıyor':''); const main=(mode==='tr')?b.tr:b.orig, sub=(mode==='tr')?b.orig:b.tr;