Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
TileSlotMap.cpp File Reference
#include "TileSlotMap.hpp"
#include <cstdlib>
+ Include dependency graph for TileSlotMap.cpp:

Go to the source code of this file.

Variables

static constexpr std::pair< float, float > SLOT_OFFSETS [8]
 

Variable Documentation

◆ SLOT_OFFSETS

constexpr std::pair<float, float> SLOT_OFFSETS[8]
staticconstexpr
Initial value:
= {
{-0.35f, -0.35f},
{0.35f, -0.35f},
{-0.35f, 0.35f},
{0.35f, 0.35f},
{0.00f, -0.35f},
{0.00f, 0.35f},
{-0.35f, 0.00f},
{0.35f, 0.00f},
}

Definition at line 5 of file TileSlotMap.cpp.

Referenced by TileSlotMap::slotOffset().