Santi
b0be1fdd96
Player can throw rocks at enemy to slow them down. Enemy script split into two scripts, one for movement and one for detection. Added and edited some comments.
52 lines
478 B
Plaintext
52 lines
478 B
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!78 &1
|
|
TagManager:
|
|
serializedVersion: 2
|
|
tags:
|
|
- Floor
|
|
- PickupObject
|
|
- Mole
|
|
- Container
|
|
- Bomb
|
|
- SpecialObject
|
|
- Touch
|
|
- Enemy
|
|
layers:
|
|
- Default
|
|
- TransparentFX
|
|
- Ignore Raycast
|
|
- Player
|
|
- Water
|
|
- UI
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
m_SortingLayers:
|
|
- name: Default
|
|
uniqueID: 0
|
|
locked: 0
|