Trying to add water
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "MinimalEngine.h"
|
||||
#include "Math/Vector.h"
|
||||
|
||||
namespace Seele {
|
||||
namespace Component
|
||||
{
|
||||
struct WaterTile
|
||||
{
|
||||
IVector2 location;
|
||||
float height;
|
||||
constexpr static float DIMENSIONS = 100;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user