wip: floor texture
This commit is contained in:
9
Components/Environment/FloorComponent.cs
Normal file
9
Components/Environment/FloorComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Numerics;
|
||||
using Scellecs.Morpeh;
|
||||
|
||||
namespace BakeryGame.Components.Environment;
|
||||
|
||||
public struct FloorComponent: IComponent
|
||||
{
|
||||
public Vector3 Size;
|
||||
}
|
||||
Reference in New Issue
Block a user