최초 펫 등

This commit is contained in:
Ino 2024-12-23 10:05:19 +09:00
parent 0948ddd2e3
commit b6e9f6b79f
3 changed files with 5 additions and 4 deletions

View File

@ -58307,8 +58307,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 250, y: 0}
m_SizeDelta: {x: -500, y: 0}
m_AnchoredPosition: {x: 410, y: 0}
m_SizeDelta: {x: -820, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &4935388766595018381
MonoBehaviour:
@ -126182,7 +126182,7 @@ PrefabInstance:
- target: {fileID: 8170153791668043268, guid: 0d230cc8be529a542a08cb878ab14b18,
type: 3}
propertyPath: m_SizeDelta.x
value: -780
value: -460
objectReference: {fileID: 0}
- target: {fileID: 8170153791668043268, guid: 0d230cc8be529a542a08cb878ab14b18,
type: 3}

View File

@ -129,6 +129,7 @@ public partial class ServerData
Add_Item(table_GlobalValue.Ins.Get_Int("n_FirstClassID"), 1);
Add_Item(table_GlobalValue.Ins.Get_Int("n_FirstEquipPet"), 1);
// TODO 정인호 : 테스트 지급
Add_Item(1, 10000);
@ -2262,7 +2263,7 @@ public class SD_Equip
[eItem.Extra] = 0,
[eItem.Necklace] = 0,
[eItem.Ring] = 0,
[eItem.Pet] = 0, //table_GlobalValue.Ins.Get_Int("n_FirstEquipPet"),
[eItem.Pet] = table_GlobalValue.Ins.Get_Int("n_FirstEquipPet"),
[eItem.Fairy] = 0,
[eItem.Farmer] = 0,
};