MOD: Enemy AI
MOD: Player Shooting MOD: Damage Player and Enemy
This commit is contained in:
@@ -12,4 +12,5 @@ MonoBehaviour:
|
||||
m_Script: {fileID: 11500000, guid: 5821715bcd7665849b2215accab5515c, type: 3}
|
||||
m_Name: CircleEnemy
|
||||
m_EditorClassIdentifier:
|
||||
health: 100
|
||||
currentHealth: 100
|
||||
currentSpeed: 2
|
||||
|
8
ProjektUnity/Assets/ScriptableObjects/Player.meta
Normal file
8
ProjektUnity/Assets/ScriptableObjects/Player.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6a80e4337fe6c1141b26662d12149d2d
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
14
ProjektUnity/Assets/ScriptableObjects/Player/Player.asset
Normal file
14
ProjektUnity/Assets/ScriptableObjects/Player/Player.asset
Normal file
@@ -0,0 +1,14 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 0f29fe535863e5b41bcdfc7b87840f04, type: 3}
|
||||
m_Name: Player
|
||||
m_EditorClassIdentifier:
|
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7c64b53d21912624bb32264372f5f097
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
8
ProjektUnity/Assets/ScriptableObjects/Weapons.meta
Normal file
8
ProjektUnity/Assets/ScriptableObjects/Weapons.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 09fb1fffab5297d4e9341b96ea03f8fd
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
16
ProjektUnity/Assets/ScriptableObjects/Weapons/Weapon1.asset
Normal file
16
ProjektUnity/Assets/ScriptableObjects/Weapons/Weapon1.asset
Normal file
@@ -0,0 +1,16 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: c14c23aaaf8bbfd4d8320990568224eb, type: 3}
|
||||
m_Name: Weapon1
|
||||
m_EditorClassIdentifier:
|
||||
damage: 20
|
||||
fireRate: 0.1
|
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d027aaa503179fb41b649c4133612883
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user