Skip to content

Commit

Permalink
Add letter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iota97 committed Jan 27, 2021
1 parent 6377110 commit e02ab7e
Show file tree
Hide file tree
Showing 13 changed files with 292 additions and 9 deletions.
7 changes: 7 additions & 0 deletions UI/GamepadEmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ namespace CustomKey {
{ "3", ImageID("I_3"), 0.0f },
{ "4", ImageID("I_4"), 0.0f },
{ "5", ImageID("I_5"), 0.0f },
{ "6", ImageID("I_6"), 0.0f },
{ "A", ImageID("I_A"), 0.0f },
{ "B", ImageID("I_B"), 0.0f },
{ "C", ImageID("I_C"), 0.0f },
{ "D", ImageID("I_D"), 0.0f },
{ "E", ImageID("I_E"), 0.0f },
{ "F", ImageID("I_F"), 0.0f },
{ "Circle", ImageID("I_CIRCLE"), 0.0f },
{ "Cross", ImageID("I_CROSS"), 0.0f },
{ "Square", ImageID("I_SQUARE"), 0.0f },
Expand Down
Binary file modified android/assets/ui_atlas.meta
Binary file not shown.
Binary file modified android/assets/ui_atlas.zim
Binary file not shown.
Binary file modified assets/ui_atlas.meta
Binary file not shown.
Binary file modified assets/ui_atlas.zim
Binary file not shown.
8 changes: 7 additions & 1 deletion atlasscript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ image I_FLAG_KO source_assets/image/flag_ko.png copy
image I_FULLSCREEN source_assets/image/fullscreen.png copy
image I_RESTORE source_assets/image/restore.png copy
image I_SDCARD source_assets/image/sdcard.png copy
image I_HOME source_assets/image/home.png copy
image I_HOME source_assets/image/home.png copy
image I_A source_assets/image/a.png copy
image I_B source_assets/image/b.png copy
image I_C source_assets/image/c.png copy
image I_D source_assets/image/d.png copy
image I_E source_assets/image/e.png copy
image I_F source_assets/image/f.png copy
Binary file added source_assets/image/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source_assets/image/b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
286 changes: 278 additions & 8 deletions source_assets/image/buttons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source_assets/image/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source_assets/image/d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source_assets/image/e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source_assets/image/f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e02ab7e

Please sign in to comment.