Skip to content

Commit a044901

Browse files
committed
Deeper.
1 parent e90a6a5 commit a044901

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Objects3d/Detriment.s3o

0 Bytes
Binary file not shown.

scripts/striderdetriment.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ local takeoff_explosion = 4103 --Weapon 8
127127
--------------------------------------------------------------------------------
128128
--------------------------------------------------------------------------------
129129

130+
local fullCap = 0.5
131+
local emptyCan = 23
132+
local emptyCap = 4.6
130133
local function MoveCanister(num, proportion, capProp, speed)
131-
local fullCap = 0.5
132-
local emptyCan = 21.1
133-
local emptyCap = 4.6
134134
local canister = canisters[num]
135135
Move(canister.body, z_axis, (1 - proportion) * emptyCan * canister.hor, speed and speed * canister.hor)
136136
Move(canister.body, y_axis, (1 - proportion) * emptyCan * canister.vert, speed and speed * canister.vert)

0 commit comments

Comments
 (0)