Added platform prefabs and sprites

This commit is contained in:
OverflowNarhoym
2022-02-23 11:47:46 +01:00
parent bd4ad40bd1
commit a51ee25bcc
42 changed files with 7421 additions and 4435 deletions

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: