mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
DPad items
This commit is contained in:
parent
57fb04accc
commit
fd06827e2b
17 changed files with 582 additions and 407 deletions
|
@ -22,6 +22,21 @@
|
|||
#define C_UP_BUTTON_X 254
|
||||
#define C_UP_BUTTON_Y 16
|
||||
|
||||
#define DPAD_UP_X 279
|
||||
#define DPAD_UP_Y 47
|
||||
|
||||
#define DPAD_DOWN_X 279
|
||||
#define DPAD_DOWN_Y 79
|
||||
|
||||
#define DPAD_LEFT_X 263
|
||||
#define DPAD_LEFT_Y 63
|
||||
|
||||
#define DPAD_RIGHT_X 295
|
||||
#define DPAD_RIGHT_Y 63
|
||||
|
||||
#define DPAD_X 271
|
||||
#define DPAD_Y 55
|
||||
|
||||
/**
|
||||
* These are the colors for the hearts in the interface. The prim color is the red color of the heart
|
||||
* for the base hearts, while the prim color for the double defense hearts is the white outline. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue