wip: floor texture

This commit is contained in:
2024-04-19 17:32:52 +07:00
parent bcd0650aed
commit 9affa5d845
8 changed files with 116 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
using System.Numerics;
using Scellecs.Morpeh;
namespace BakeryGame.Components.Environment;
public struct FloorComponent: IComponent
{
public Vector3 Size;
}