Compare commits
2 commits
b6bc003f9e
...
fc4d2adfe6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc4d2adfe6 | ||
|
|
ce6205cf2c |
8 changed files with 14 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ MonoBehaviour:
|
||||||
GroundedOnly: 0
|
GroundedOnly: 0
|
||||||
Damage: 10
|
Damage: 10
|
||||||
Range: 20
|
Range: 20
|
||||||
FireRate: 5
|
AttacksPerSecond: 5
|
||||||
SplashRadius: 0
|
SplashRadius: 0
|
||||||
ChainCount: 0
|
ChainCount: 0
|
||||||
ChainRange: 0
|
ChainRange: 0
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ MonoBehaviour:
|
||||||
GroundedOnly: 1
|
GroundedOnly: 1
|
||||||
Damage: 25
|
Damage: 25
|
||||||
Range: 16
|
Range: 16
|
||||||
FireRate: 0.8
|
AttacksPerSecond: 0.8
|
||||||
SplashRadius: 3
|
SplashRadius: 3
|
||||||
ChainCount: 0
|
ChainCount: 0
|
||||||
ChainRange: 0
|
ChainRange: 0
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ MonoBehaviour:
|
||||||
GroundedOnly: 0
|
GroundedOnly: 0
|
||||||
Damage: 5
|
Damage: 5
|
||||||
Range: 10
|
Range: 10
|
||||||
FireRate: 2
|
AttacksPerSecond: 2
|
||||||
SplashRadius: 0
|
SplashRadius: 0
|
||||||
ChainCount: 0
|
ChainCount: 0
|
||||||
ChainRange: 0
|
ChainRange: 0
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ MonoBehaviour:
|
||||||
GroundedOnly: 0
|
GroundedOnly: 0
|
||||||
Damage: 0
|
Damage: 0
|
||||||
Range: 0
|
Range: 0
|
||||||
FireRate: 0
|
AttacksPerSecond: 0
|
||||||
SplashRadius: 0
|
SplashRadius: 0
|
||||||
ChainCount: 0
|
ChainCount: 0
|
||||||
ChainRange: 0
|
ChainRange: 0
|
||||||
|
|
|
||||||
8
Assets/_Recovery.meta
Normal file
8
Assets/_Recovery.meta
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4da4faa336600407eba8a8b842ddebe1
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"com.unity.cinemachine": "3.1.6",
|
"com.unity.cinemachine": "3.1.6",
|
||||||
"com.unity.collab-proxy": "2.12.4",
|
"com.unity.collab-proxy": "2.12.4",
|
||||||
"com.unity.entities.graphics": "6.4.0",
|
"com.unity.entities.graphics": "6.4.0",
|
||||||
"com.unity.ide.rider": "3.0.39",
|
"com.unity.ide.rider": "3.0.40",
|
||||||
"com.unity.ide.visualstudio": "2.0.27",
|
"com.unity.ide.visualstudio": "2.0.27",
|
||||||
"com.unity.inputsystem": "1.19.0",
|
"com.unity.inputsystem": "1.19.0",
|
||||||
"com.unity.multiplayer.center": "1.0.1",
|
"com.unity.multiplayer.center": "1.0.1",
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.ide.rider": {
|
"com.unity.ide.rider": {
|
||||||
"version": "3.0.39",
|
"version": "3.0.40",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -135,11 +135,6 @@
|
||||||
"type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
|
"type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
|
||||||
"key": "editor.dragSelectRectMode",
|
"key": "editor.dragSelectRectMode",
|
||||||
"value": "{\"m_Value\":0}"
|
"value": "{\"m_Value\":0}"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "UnityEditor.ProBuilder.Actions.ExportAssetOptions, Unity.ProBuilder.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
|
|
||||||
"key": "export.assetOptions",
|
|
||||||
"value": "{\"m_Value\":{\"makePrefab\":false,\"replaceOriginal\":false}}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue