add empty shape to custom keys

This commit is contained in:
iota97 2023-10-20 15:28:31 +02:00 committed by Giovanni Cocco
parent e93f9f64cc
commit 9fe618840a
5 changed files with 2 additions and 0 deletions

View file

@ -284,6 +284,7 @@ namespace CustomKeyData {
{ ImageID("I_DIR"), ImageID("I_DIR_LINE"), 180.0f, false, false },
{ ImageID("I_DIR"), ImageID("I_DIR_LINE"), 0.0f, false, false },
{ ImageID("I_SQUARE_SHAPE"), ImageID("I_SQUARE_SHAPE_LINE"), 0.0f, false, false },
{ ImageID("I_EMPTY"), ImageID("I_EMPTY"), 0.0f, false, false },
};
// Button list

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -80,3 +80,4 @@ image I_SPEAKER source_assets/image/speaker.png copy
image I_SPEAKER_MAX source_assets/image/speaker_max.png copy
image I_SPEAKER_OFF source_assets/image/speaker_off.png copy
image I_WINNER_CUP source_assets/image/winner_cup.png copy
image I_EMPTY source_assets/image/empty.png copy