Merge remote-tracking branch 'origin/Over' into Syntriax

This commit is contained in:
2022-02-23 15:07:41 +03:00
44 changed files with 8546 additions and 4469 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9b26c0ad8f8fdef4b9d992638a27371e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Platforms
{
public class CollapsingPlatform : MonoBehaviour
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 5040194c42674482aab09aabcee0f9d4
timeCreated: 1645608885

View File

@@ -0,0 +1,29 @@
using Movement;
using UnityEngine;
namespace Platforms
{
public class MovingPlatform : MonoBehaviour, IMovement
{
// PAUSING METHODS
public bool IsPaused { get; }
public void Pause()
{
throw new System.NotImplementedException();
}
public void Resume()
{
throw new System.NotImplementedException();
}
// MOVEMENT METHODS
public float BaseSpeed { get; set; }
public void Move(float value)
{
throw new System.NotImplementedException();
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1637c8c06cf9fae4eb7bfa1a0ebb0e55
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: