Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction






Google translated
local function world_timer(inst)
if TheWorld.state.phase == "day" then
inst.Light:Enable(false)
inst.components.sanity.dapperness = TUNING.DAPPERNESS_SMALL
elseif TheWorld.state.phase == "dusk" then
inst.Light:Enable(false)
elseif TheWorld.state.phase == "night" then
inst.Light:Enable(true)
inst.Light:SetRadius(6)
inst.Light:SetFalloff(0.75)
inst.Light:SetIntensity(.5)
inst.Light:SetColour(16/255,17/255,28/255)
end
end
local master_postinit = function(inst) 列里添加
local refresh_world = 1/5
inst:DoPeriodicTask(refresh_world, function() world_timer(inst, refresh_world) end)
New work
+Очень быстро бегает,может догнать индюка,убежать от гончих,добежать до костра.