Skip to content

Commit

Permalink
Merge pull request #18372 from iota97/empty-shape
Browse files Browse the repository at this point in the history
Add empty shape to custom keys
  • Loading branch information
hrydgard committed Nov 3, 2023
2 parents 70999dc + 9fe6188 commit 6d063ce
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UI/GamepadEmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified assets/ui_atlas.meta
Binary file not shown.
Binary file modified assets/ui_atlas.zim
Binary file not shown.
Binary file added source_assets/image/empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ui_atlasscript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d063ce

Please sign in to comment.