OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Variables
UIChest.cpp File Reference
#include "UIChest.h"
#include "Engine/Graphics/Renderer/Renderer.h"
#include "Engine/Graphics/Image.h"
#include "Engine/Localization.h"
#include "Engine/Objects/Chest.h"
#include "Engine/Time/Timer.h"
#include "Engine/Party.h"
#include "Engine/AssetsManager.h"
#include "GUI/GUIButton.h"
#include "GUI/UI/ItemGrid.h"

Variables

int pChestPixelOffsetX [8] = {42, 18, 18, 42, 42, 42, 18, 42}
 
int pChestPixelOffsetY [8] = {34, 30, 30, 34, 34, 34, 30, 34}
 
int pChestWidthsByType [8] = {9, 9, 9, 9, 9, 9, 9, 9}
 
int pChestHeightsByType [8] = {9, 9, 9, 9, 9, 9, 9, 9}
 

Variable Documentation

◆ pChestHeightsByType

int pChestHeightsByType[8] = {9, 9, 9, 9, 9, 9, 9, 9}

◆ pChestPixelOffsetX

int pChestPixelOffsetX[8] = {42, 18, 18, 42, 42, 42, 18, 42}

◆ pChestPixelOffsetY

int pChestPixelOffsetY[8] = {34, 30, 30, 34, 34, 34, 30, 34}

◆ pChestWidthsByType

int pChestWidthsByType[8] = {9, 9, 9, 9, 9, 9, 9, 9}