blob: 5e656f4730566d5e91e46de74e385b6974310990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_bumps" title="COLISÕES, IMPULSOS E BATIDAS">
<floater.string name="none_detected">
Nada detectado
</floater.string>
<floater.string name="bump">
[TIME] [FIRST] [LAST] conflitou com você
</floater.string>
<floater.string name="llpushobject">
[TIME] [FIRST] [LAST] empurrou você com um script
</floater.string>
<floater.string name="selected_object_collide">
[TIME] [FIRST] [LAST] o atingiu com um objeto
</floater.string>
<floater.string name="scripted_object_collide">
[TIME] [FIRST] [LAST] o atingiu com um objeto programado
</floater.string>
<floater.string name="physical_object_collide">
[TIME] [FIRST] [LAST] o atingiu com um objeto físico
</floater.string>
<floater.string name="timeStr">
[[hour,datetime,slt]:[min,datetime,slt]]
</floater.string>
</floater>
|