issues
search
YuLun-bili
/
Mod-Menu-Revamped
A revamped mod menu for game Teardown
15
stars
1
forks
source link
custom method handling wrapping
#42
Closed
YuLun-bili
closed
7 months ago
YuLun-bili
commented
9 months ago
[x] handle
\n
[x] handle special case characters
[x]
%pc
as
%
to avoid formatting confusion when necessary
[x]
%lf
as
\n
to avoid cases when
\n
is impossible to exist in source string
[x]
%lb
&
%rb
as
{
&
}
to avoid formatting confusion when necessary
[ ] handle wrapping
YuLun-bili
commented
9 months ago
#518
\n
%pc
as%
to avoid formatting confusion when necessary%lf
as\n
to avoid cases when\n
is impossible to exist in source string%lb
&%rb
as{
&}
to avoid formatting confusion when necessary