Skip to content

Commit

Permalink
Added guns to engineer, light infantry prefabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bedder committed Nov 28, 2014
1 parent 5e48dc0 commit 9e095d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Assets/Prefab/Classes/Engineer.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: a99f6d2524fe7e54fb96e6e5a006ab5b, type: 3}
m_Name:
m_EditorClassIdentifier:
gun: {fileID: 0}
gun: {fileID: 11400000}
aimType: 1
rotationSpeed: 450
walkSpeed: 10
Expand All @@ -905,6 +905,8 @@ MonoBehaviour:
armour: 0
weaponNumber: 0
weaponName:
levelGenerator: {fileID: 0}
teleportController: {fileID: 0}
--- !u!143 &14300000
CharacterController:
m_ObjectHideFlags: 1
Expand Down
4 changes: 3 additions & 1 deletion Assets/Prefab/Classes/LightInfantry.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: f1a93ccd4b0946242a7d97fc7a04e964, type: 3}
m_Name:
m_EditorClassIdentifier:
gun: {fileID: 0}
gun: {fileID: 11400000}
aimType: 1
rotationSpeed: 450
walkSpeed: 10
Expand All @@ -905,6 +905,8 @@ MonoBehaviour:
armour: 0
weaponNumber: 0
weaponName:
levelGenerator: {fileID: 0}
teleportController: {fileID: 0}
--- !u!143 &14300000
CharacterController:
m_ObjectHideFlags: 1
Expand Down

0 comments on commit 9e095d3

Please sign in to comment.