Лазеру урезан "хвост". Исправлено изменение размера.

This commit is contained in:
DyatelO 2021-10-29 11:46:59 +03:00
parent 7ea5af3613
commit 1f550e442d
5 changed files with 23 additions and 317 deletions

View File

@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: ef86a7fd23f3f604d945074968fd7063, type: 3}
m_Name: LaserAttack
m_EditorClassIdentifier:
duration: 0.2
duration: 0.3
distance: 2
actionType: 1
standartAttackPref: {fileID: 8121987183708165570, guid: cb8749a9b299fa64089f10bdb65197f5,

View File

@ -4724,7 +4724,7 @@ MonoBehaviour:
currentTile: {fileID: 0}
targetMoveTile: {fileID: 0}
currentActionTarget: {fileID: 0}
defaultAction: {fileID: 11400000, guid: ee4c4a79d615ec7479a4c1c287803cec, type: 2}
defaultAction: {fileID: 11400000, guid: 92504437725aa854c98196750a332319, type: 2}
currentAction: {fileID: 0}
enemies: []
--- !u!114 &1801060027

View File

@ -15,7 +15,7 @@ public class ScaleChanger : MonoBehaviour
_startScale.localScale = new Vector3(minScale, minScale);
// _maxRadius.radius = 0.1f;
}
private void FixedUpdate()
private void Update()
{
for(float i = minScale; i <= 1; i++)
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long