버전 1.0.4에는 값이있었습니다. 'pitch-DayLength'
{
--Desc: Number of real seconds in a game day
--Default: 600 (10 minutes)
--Note: A single day is not necessarily the cycle of the sun... E.G there could be multiple days with the sun up.
type = "int-setting",
name = "pitch-DayLength",
setting_type = "runtime-global",
default_value = 600,
minimum_value = 1,
order = "pitch-a[DayLength]-a"
},
버전 1.0.5에는 다른 이름으로 비슷한 의미가 있습니다.
{
--Desc: Number of real seconds in a game day
--Default: 600 (10 minutes)
--Note: A single day is not necessarily the cycle of the sun... E.G there could be multiple days with the sun up.
type = "int-setting",
name = "pitch-PhaseLength",
setting_type = "runtime-global",
default_value = 600,
minimum_value = 1,
order = "pitch-b[DayLength]-a[DayLength]"
},
그녀가 여기 그를 가리킨다.
Pitch_Black_kor/Libs/PitchBlack/time
Time.DayLength = settings.global["pitch-DayLength"].value