Skip to content

Commit

Permalink
적용 작업 진행
Browse files Browse the repository at this point in the history
- 번역 위젯 js화 trBodypart.twee 까지
  • Loading branch information
uotalkie committed Apr 5, 2024
1 parent b06bcb9 commit b9e19cf
Show file tree
Hide file tree
Showing 7 changed files with 1,659 additions and 7 deletions.
7 changes: 3 additions & 4 deletions game/base-debug/custom-testroom.twee
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ navigator.userAgent=<<print navigator.userAgent>><br><br>
<<set _test to "소녀를">><<set _test to trChangePost(_test, "과")+" "+"소년을">><<trChangePost _test "으로">><<print _test>> <<print _trResult>><br>
<br>
<<script>>
var hand = "left";
var test = `${handPost(hand,'을')}`; console.log(test);
T.trResult = test;
<</script>>script = <<print _trResult>><br>
T.test = trBodysize("large", "을");
<</script>>script = <<print _test>>, trResult = <<print _trResult>>, trPost = <<print _trPost>><br>
<<trBodysize "large" "을">>widget = _trResult <br>
<br>
[[Robin Trick Hall]]<br>
<<generatem1>><<person1>><<trNPCdesc $NPCList[0].fullDescription "이">>_trResult<br>
Expand Down
Loading

0 comments on commit b9e19cf

Please sign in to comment.