feat:added a section to lvl 1 and modified some player movements

This commit is contained in:
LoïcHiggins1 2023-11-29 17:32:41 -05:00
parent d5297951cf
commit 4efc8befa3
5 changed files with 16076 additions and 235 deletions

6
.vsconfig Normal file
View File

@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ using UnityEngine;
public class RegularProjectile : MonoBehaviour
{
private const float LIVE_TIME = 15f;
private const float LIVE_TIME = 2f;
private float _speed;
private void Start()

View File

@ -15,6 +15,6 @@ public partial class PlayerMain
projectile.transform.right = _facingDir > 0 ? transform.right : -transform.right;
projectile.SetSpeed(15f);
projectile.SetSpeed(35f);
}
}

View File

@ -0,0 +1,17 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 53
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: de02f9e1d18f588468e474319d09a723, type: 3}
m_Name:
m_EditorClassIdentifier:
shaderVariantLimit: 128
customInterpolatorErrorThreshold: 32
customInterpolatorWarningThreshold: 16