tweak
This commit is contained in:
parent
eb91c1dfe1
commit
896f1d0653
|
@ -14,7 +14,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
Clips:
|
||||
- {fileID: 8300000, guid: 1d27f94ab94c2524d914b71e90999ff0, type: 3}
|
||||
- {fileID: 8300000, guid: 872cd5c7e50bb3440b97948159f98c94, type: 3}
|
||||
- {fileID: 8300000, guid: ae67a6780911eb448ad8fa90a90c0848, type: 3}
|
||||
- {fileID: 8300000, guid: cdd5d9c7624b1e0429c680b53e6839e4, type: 3}
|
||||
- {fileID: 8300000, guid: 58e5b5560ecf5bf47be48c746c9fa3d1, type: 3}
|
||||
- {fileID: 8300000, guid: 8292c60188e5d3640ab2cea3f2742d94, type: 3}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 46dbe6bde29ed5ae1ad7ca6bf26a30e3
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -1489,7 +1489,7 @@ MonoBehaviour:
|
|||
- Arc: 0
|
||||
Amount: 1
|
||||
Speed: 100
|
||||
bulletPrefab: {fileID: 4420203067853765648, guid: 86d1599960f06fa4b830584980cb93c7,
|
||||
bulletPrefab: {fileID: 4420203067853765648, guid: 46dbe6bde29ed5ae1ad7ca6bf26a30e3,
|
||||
type: 3}
|
||||
Burst: 0
|
||||
BurstDelay: 0
|
||||
|
|
|
@ -11,7 +11,7 @@ public class Projectile : MonoBehaviour
|
|||
private Collider projCol;
|
||||
private Rigidbody body;
|
||||
|
||||
[SerializeField, Range(0, 50)]
|
||||
[SerializeField, Range(-50, 50)]
|
||||
private int damage = 10;
|
||||
|
||||
[SerializeField]
|
||||
|
|
Loading…
Reference in New Issue