Water rendering doesnt work yet

This commit is contained in:
Dynamitos
2024-08-17 15:11:57 +02:00
parent 252a241208
commit 81090d78f0
12 changed files with 189 additions and 50 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ struct WaterTile
{
IVector2 location;
float height;
constexpr static float DIMENSIONS = 100;
constexpr static float DIMENSIONS = 10;
};
}
}