puzzle ui positioning

This commit is contained in:
Asuro
2025-03-31 17:51:57 +02:00
parent 5a3739db0a
commit ae069c4949
2 changed files with 10 additions and 6 deletions

View File

@@ -142,8 +142,8 @@ namespace Game
struct WorldPuzzle
{
static constexpr Gen::Vec2 WorldCardSize{10.0f, 10.0f};
static constexpr float UICardOffset = 0.21f;
static constexpr float UICardScale = 0.1f;
static constexpr float UICardScale = 0.05f;
static constexpr float UICardOffset = 2.1f * UICardScale;
Gen::PuzzleData Data;
Gen::Vec3 WorldPosition;
PuzzleTileEntityHandle TileHandles[Puzzle::Config::MaxCardsInPuzzle];