Skip to content

Commit 1ab0752

Browse files
authored
Update colide.vrf
1 parent f07bb11 commit 1ab0752

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripting/colide.vrf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</globals>
1515

1616
<design>
17-
<!DT
1817
<define>
1918
<velocity x="0.0" y="0.0" z="0.0"/> <!--Initial Velocity-->
2019
<bounce>-0.75</bounce> <!--Defines elasticity of collisions (must be negative)-->
@@ -33,7 +32,6 @@
3332
}
3433
</function>
3534
</define>
36-
DT!>
3735
<create unit="oo" vrobj="gametools:football">
3836
<param walkable="yes"/>
3937
</create>
@@ -144,7 +142,7 @@ DT!>
144142
vrf.kickFunc();
145143
</script>
146144
</create>
147-
<!DT
145+
148146
<script trigger="timer" delay="0.01">
149147
// Get object data
150148
o = map.get_vrobj("oo");
@@ -290,7 +288,7 @@ DT!>
290288
}
291289
vrf.kicksound = vrf.kicksound - 0.1;
292290
</script>
293-
DT!>
291+
294292
<create unit="PL" vrobj="gametools:playersprite">
295293
</create>
296294
<player vrobj="PL"/>

0 commit comments

Comments
 (0)