(empty log message)
@@ -0,0 +1,7 @@ | ||
1 | + class EventHandlers | |
2 | + { | |
3 | + gear = "if (_this Select 1) then {[_this select 0] exec {\JMSDF_PS1\geardown.sqs}} else {[_this select 0] exec {\JMSDF_PS1\gearup.sqs}}"; | |
4 | + init = ""; | |
5 | + engine=""; | |
6 | + killed = ""; | |
7 | + }; | |
\ No newline at end of file |
@@ -0,0 +1,21 @@ | ||
1 | + class R_wiper | |
2 | + { | |
3 | + type = "rotation"; | |
4 | + source = "user"; | |
5 | + selection = "wiperR"; | |
6 | + axis = "osa wiperR"; | |
7 | + memory = 1; | |
8 | + minValue = 0; | |
9 | + maxValue = 1; | |
10 | + angle0="rad +90"; | |
11 | + angle1="rad -90"; | |
12 | + initPhase=0; | |
13 | + } | |
14 | + | |
15 | + | |
16 | + class AnimationSources | |
17 | + { | |
18 | + class R_wiper | |
19 | + { | |
20 | + animPeriod = 0.5; | |
21 | + };; | |
\ No newline at end of file |
@@ -0,0 +1,2 @@ | ||
1 | +Format RGB→Compressed DXT1 | |
2 | +Format ARGB→Compressed DXT3 | |
\ No newline at end of file |