Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Valent-in committed Oct 15, 2021
1 parent e0e44fe commit 768a3cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# RetroPad Editor
Online tool to create and edit onscreen gamepads for RetroArch.

https://valent-in.github.io/retropad-editor/

Features:
- Create, move, resize buttons of virtual gamepad.
- Multiple layers; auto switch orientation for portrait overlays.
- Fix overlay aspect ratio.
- Can use external image resources.

Config file and images must be stored in same folder.
On most Android devices RetroArch will open config only from internal memory even acces to sdcard is granted.
- This editor can load but NOT save configs with image paths (img/A.png will be saved as A.png)
- Does not support old (integer) format.
---
Used media resources from https://github.com/libretro/common-overlays (button images) and https://github.com/libretro/RetroArch (icon).

0 comments on commit 768a3cc

Please sign in to comment.