blob: 35ee93c31fb9abeaf9c46128650c2b979bf663bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_bumps" title="밀기, 타격 등 감지">
<text name="none_detected">
감지된 것이 없음
</text>
<text name="bump">
[TIME] [FIRST] [LAST]님과 부딪혔습니다.
</text>
<text name="llpushobject">
[TIME] [FIRST] [LAST]님이 스크립트로 밀었습니다.
</text>
<text name="selected_object_collide">
[TIME] [FIRST] [LAST]님이 오브젝트로 쳤습니다,.
</text>
<text name="scripted_object_collide">
[TIME] [FIRST] [LAST]님이 스크립트 오브젝트로 쳤습니다.
</text>
<text name="physical_object_collide">
[TIME] [FIRST] [LAST]님이 물리 엔진 오브젝트로 쳤습니다.
</text>
</floater>
|