기근 냉장고 장식 코드
1. 냉장고에 로고를 넣으면 다음 코드를 통해 할 수 있다.
AddPrefabPostInit("icebox ",함수 (inst)
Local flag = spawn prefab ("minisign")
Localpt=Vector3(inst) 입니다. Transform:GetWorldPosition ())
깃발. Transform:SetPosition(pt:Get ())
끝)
2. 냉장고에 작은 꽃병을 하나 추가할 수 있는데, 다음 코드를 통해 할 수 있습니다.
AddPrefabPostInit("icebox ",함수 (inst)
Local vase = spawn prefab ("flower _ cave")
Inst:AddChild (꽃병)
꽃병. 변환: setposition (0,0,0)
끝)
3. 일부 장식적인 음식은 냉장고에 넣을 수 있으며 다음 코드를 통해 완성할 수 있다.
AddPrefabPostInit("icebox ",함수 (inst)
Localfood=SpawnPrefab ("장과")
Localpos=Vector3(inst) 입니다. Transform:GetWorldPosition ())
위치 z = 위치 z- 1
음식. Transform:SetPosition(pos:Get ())
끝)
4. 냉장고에 작은 전구를 걸어둘 수 있으며, 다음 코드를 통해 이뤄질 수 있다.
AddPrefabPostInit("icebox ",함수 (inst)
Locallantern = spawnprefab ("wormlight")
Inst:AddChild (랜턴)
등롱. 변환: setposition (0,0,0)
끝)
이것들은 기근 냉장고의 간단한 인테리어 수칙이다. 플레이어는 자신의 취향과 창의성에 따라 수정하여 자신의 냉장고를 더욱 독특하고 흥미롭게 만들 수 있다.