Skip to content

Commit

Permalink
加入自动存档系统和更多的可选分辨率
Browse files Browse the repository at this point in the history
  • Loading branch information
ganggang2011 committed Mar 16, 2024
1 parent 09ad37c commit 58b8ebc
Show file tree
Hide file tree
Showing 39 changed files with 1,107 additions and 136 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Assets/.DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion Assets/Enemy/Mutant.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ GameObject:
- component: {fileID: 8382727579616970249}
m_Layer: 0
m_Name: HitPoint
m_TagString: Enemy
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down Expand Up @@ -2107,12 +2107,15 @@ MonoBehaviour:
slider: {fileID: 3531320525701015118}
isEnableSlider: 1
enemyHealth: 8000
currentHealth: 0
walkSpeed: 4
runSpeed: 12
currentSpeed: 0
minAttackDamage: 40
maxAttackDamage: 60
isDead: 0
isPatrol: 1
isDamage: 0
discoverCrouchPlayerDistance: 12
originalPosition: {x: 0, y: 0, z: 0}
attackList: []
Expand Down
5 changes: 4 additions & 1 deletion Assets/Enemy/Zombie.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -655,12 +655,15 @@ MonoBehaviour:
slider: {fileID: 8216683642090303166}
isEnableSlider: 1
enemyHealth: 500
currentHealth: 0
walkSpeed: 1
runSpeed: 10
currentSpeed: 0
minAttackDamage: 10
maxAttackDamage: 20
isDead: 0
isPatrol: 1
isDamage: 0
discoverCrouchPlayerDistance: 8
originalPosition: {x: 0, y: 0, z: 0}
attackList: []
Expand Down Expand Up @@ -1440,7 +1443,7 @@ GameObject:
- component: {fileID: 7618392498889347876}
m_Layer: 0
m_Name: HitPoint
m_TagString: Enemy
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/Food/Cake.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ GameObject:
- component: {fileID: 934408905734486474}
m_Layer: 0
m_Name: Cake
m_TagString: Untagged
m_TagString: Food
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/Food/Cond_Can.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GameObject:
- component: {fileID: 1015266782557553275}
m_Layer: 0
m_Name: Cond_Can
m_TagString: Untagged
m_TagString: Food
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/Food/Croissant.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GameObject:
- component: {fileID: 2336826970490902396}
m_Layer: 0
m_Name: Croissant
m_TagString: Untagged
m_TagString: Food
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/Food/Fish_Can.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ GameObject:
- component: {fileID: 1322315912540456804}
m_Layer: 0
m_Name: Fish_Can
m_TagString: Untagged
m_TagString: Food
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/Food/Milk.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GameObject:
- component: {fileID: 3086348359270166296}
m_Layer: 0
m_Name: Milk
m_TagString: Untagged
m_TagString: Food
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand Down
Loading

0 comments on commit 58b8ebc

Please sign in to comment.