mirror of
https://github.com/stujones11/wield3d.git
synced 2024-12-28 08:47:27 +01:00
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
|
-- Wield3d Configuration (defaults)
|
||
|
|
||
|
-- Increase this if you get non-attachment glitches when a player first joins.
|
||
|
WIELD3D_INIT_DELAY = 1
|
||
|
|
||
|
-- Number of seconds before retry if initialization fails.
|
||
|
WIELD3D_RETRY_TIME = 10
|
||
|
|
||
|
-- How often player wield items are updated.
|
||
|
WIELD3D_UPDATE_TIME = 1
|
||
|
|