├── .editorconfig ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug-report.md │ └── feature-request.md ├── images │ ├── Rewired-Glyphs Readme Features.png │ └── Rewired-Glyphs Readme Logo.png └── workflows │ └── docfx-build-publish.yml ├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Documentation~ ├── .gitignore ├── attachments │ ├── manual │ │ └── creating-collection │ │ │ ├── collection-1.png │ │ │ ├── collection-2.png │ │ │ ├── collection-3.png │ │ │ ├── collection-4.png │ │ │ ├── collection-5.png │ │ │ ├── glyph-map-glyphs.png │ │ │ ├── glyph-map-inspector.png │ │ │ ├── sprite-editor-example.png │ │ │ ├── xelu-kb-aseprite-1.png │ │ │ ├── xelu-kb-aseprite-2.png │ │ │ ├── xelu-kb-aseprite-3.png │ │ │ └── xelu-switch-map.png │ └── site │ │ ├── favicon.png │ │ └── icon.png ├── docfx.json ├── index.md ├── pages │ └── manual │ │ ├── creating-collection.md │ │ ├── docs-overview.md │ │ ├── index.md │ │ ├── quick-start.md │ │ └── toc.yml ├── templates │ └── singulinkfx │ │ ├── LICENSE │ │ ├── README.md │ │ ├── layout │ │ └── _master.tmpl │ │ ├── partials │ │ ├── footer.tmpl.partial │ │ ├── head.tmpl.partial │ │ ├── li.tmpl.partial │ │ ├── logo.tmpl.partial │ │ ├── namespace.tmpl.partial │ │ ├── navbar.tmpl.partial │ │ ├── scripts.tmpl.partial │ │ ├── searchResults.tmpl.partial │ │ └── toc.tmpl.partial │ │ ├── styles │ │ ├── config.css │ │ ├── down-arrow.svg │ │ ├── jquery.twbsPagination.js │ │ ├── jquery.twbsPagination.min.js │ │ ├── main.css │ │ ├── main.js │ │ ├── singulink.css │ │ ├── singulink.js │ │ └── url.min.js │ │ └── toc.html.primary.tmpl └── toc.yml ├── Editor.meta ├── Editor ├── Gizmos.meta ├── Gizmos │ ├── README.md │ ├── README.md.meta │ ├── ci_Rewired_Glyph_Collection.psd │ ├── ci_Rewired_Glyph_Collection.psd.meta │ ├── ci_Rewired_Glyph_Hybrid.psd │ ├── ci_Rewired_Glyph_Hybrid.psd.meta │ ├── ci_Rewired_Glyph_Image.psd │ ├── ci_Rewired_Glyph_Image.psd.meta │ ├── ci_Rewired_Glyph_Labeled_Image.psd │ ├── ci_Rewired_Glyph_Labeled_Image.psd.meta │ ├── ci_Rewired_Glyph_Manager.psd │ ├── ci_Rewired_Glyph_Manager.psd.meta │ ├── ci_Rewired_Glyph_Map.psd │ ├── ci_Rewired_Glyph_Map.psd.meta │ ├── ci_Rewired_Glyph_RichText.psd │ ├── ci_Rewired_Glyph_RichText.psd.meta │ ├── ci_Rewired_Glyph_Text.psd │ └── ci_Rewired_Glyph_Text.psd.meta ├── GlyphCollectionEditor.cs ├── GlyphCollectionEditor.cs.meta ├── GlyphCollectionGuidEntryPropertyDrawer.cs ├── GlyphCollectionGuidEntryPropertyDrawer.cs.meta ├── GlyphCollectionTemplateEntryPropertyDrawer.cs ├── GlyphCollectionTemplateEntryPropertyDrawer.cs.meta ├── GlyphMapEditor.cs ├── GlyphMapEditor.cs.meta ├── GlyphPropertyDrawer.cs ├── GlyphPropertyDrawer.cs.meta ├── LMirman.RewiredGlyphs.Editor.asmdef ├── LMirman.RewiredGlyphs.Editor.asmdef.meta ├── RewiredGlyphManagerEditor.cs └── RewiredGlyphManagerEditor.cs.meta ├── LICENSE.md ├── LICENSE.md.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── API.meta ├── API │ ├── Enums.meta │ ├── Enums │ │ ├── GlyphSetQueryResult.cs │ │ ├── GlyphSetQueryResult.cs.meta │ │ ├── HardwarePreference.cs │ │ ├── HardwarePreference.cs.meta │ │ ├── SymbolPreference.cs │ │ └── SymbolPreference.cs.meta │ ├── Glyph.cs │ ├── Glyph.cs.meta │ ├── GlyphCollection.cs │ ├── GlyphCollection.cs.meta │ ├── GlyphMap.cs │ ├── GlyphMap.cs.meta │ ├── GlyphParseResult.cs │ ├── GlyphParseResult.cs.meta │ ├── InputGlyphs.cs │ ├── InputGlyphs.cs.meta │ ├── InputGlyphsWrappers.cs │ ├── InputGlyphsWrappers.cs.meta │ ├── RewiredGlyphManager.cs │ ├── RewiredGlyphManager.cs.meta │ ├── RuntimeGlyphCollection.cs │ └── RuntimeGlyphCollection.cs.meta ├── Components.meta ├── Components │ ├── GlyphDisplay.cs │ ├── GlyphDisplay.cs.meta │ ├── GlyphHybridOutput.cs │ ├── GlyphHybridOutput.cs.meta │ ├── GlyphImageOutput.cs │ ├── GlyphImageOutput.cs.meta │ ├── GlyphLabeledImageOutput.cs │ ├── GlyphLabeledImageOutput.cs.meta │ ├── GlyphRichTextFormatter.cs │ ├── GlyphRichTextFormatter.cs.meta │ ├── GlyphTextOutput.cs │ └── GlyphTextOutput.cs.meta ├── LMirman.RewiredGlyphs.asmdef └── LMirman.RewiredGlyphs.asmdef.meta ├── Samples~ ├── Kenney Pixel Prompts │ ├── Controller Maps.meta │ ├── Controller Maps │ │ ├── Dualsense.asset │ │ ├── Dualsense.asset.meta │ │ ├── Keyboard.asset │ │ ├── Keyboard.asset.meta │ │ ├── Mouse.asset │ │ ├── Mouse.asset.meta │ │ ├── Pro Controller.asset │ │ ├── Pro Controller.asset.meta │ │ ├── Xbox One.asset │ │ └── Xbox One.asset.meta │ ├── Kenney Pixel Prompts.asset │ ├── Kenney Pixel Prompts.asset.meta │ ├── License.txt │ ├── License.txt.meta │ ├── Sprites.meta │ ├── Sprites │ │ ├── kenney_pixel_keyboard.png │ │ ├── kenney_pixel_keyboard.png.meta │ │ ├── kenney_pixel_missing.png │ │ ├── kenney_pixel_missing.png.meta │ │ ├── kenney_pixel_mouse.png │ │ ├── kenney_pixel_mouse.png.meta │ │ ├── kenney_pixel_playstation.png │ │ ├── kenney_pixel_playstation.png.meta │ │ ├── kenney_pixel_switch.png │ │ ├── kenney_pixel_switch.png.meta │ │ ├── kenney_pixel_xbox.png │ │ └── kenney_pixel_xbox.png.meta │ ├── Template Maps.meta │ └── Template Maps │ │ ├── Template Playstation.asset │ │ ├── Template Playstation.asset.meta │ │ ├── Template Switch.asset │ │ ├── Template Switch.asset.meta │ │ ├── Template Xbox.asset │ │ └── Template Xbox.asset.meta └── Xelu Prompts │ ├── Controller Maps.meta │ ├── Controller Maps │ ├── Dualsense.asset │ ├── Dualsense.asset.meta │ ├── Keyboard.asset │ ├── Keyboard.asset.meta │ ├── Mouse.asset │ ├── Mouse.asset.meta │ ├── Pro Controller.asset │ ├── Pro Controller.asset.meta │ ├── Xbox One.asset │ └── Xbox One.asset.meta │ ├── Readme.txt │ ├── Sprites.meta │ ├── Sprites │ ├── Xelu_KB_Dark.png │ ├── Xelu_KB_Dark.png.meta │ ├── Xelu_Mouse_Dark.png │ ├── Xelu_Mouse_Dark.png.meta │ ├── Xelu_PS5_Dark.png │ ├── Xelu_PS5_Dark.png.meta │ ├── Xelu_Switch_Dark.png │ ├── Xelu_Switch_Dark.png.meta │ ├── Xelu_Unbound_Dark.png │ ├── Xelu_Unbound_Dark.png.meta │ ├── Xelu_Xbox_Dark.png │ └── Xelu_Xbox_Dark.png.meta │ ├── Template Maps.meta │ ├── Template Maps │ ├── Template Playstation.asset │ ├── Template Playstation.asset.meta │ ├── Template Switch.asset │ ├── Template Switch.asset.meta │ ├── Template Xbox.asset │ └── Template Xbox.asset.meta │ ├── Xelu Dark.asset │ └── Xelu Dark.asset.meta ├── package.json └── package.json.meta /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | ko_fi: lukemirman -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/.github/ISSUE_TEMPLATE/bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/.github/ISSUE_TEMPLATE/feature-request.md -------------------------------------------------------------------------------- /.github/images/Rewired-Glyphs Readme Features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/.github/images/Rewired-Glyphs Readme Features.png -------------------------------------------------------------------------------- /.github/images/Rewired-Glyphs Readme Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/.github/images/Rewired-Glyphs Readme Logo.png -------------------------------------------------------------------------------- /.github/workflows/docfx-build-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/.github/workflows/docfx-build-publish.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/CHANGELOG.md.meta -------------------------------------------------------------------------------- /Documentation~/.gitignore: -------------------------------------------------------------------------------- 1 | /_site 2 | /api -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/collection-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/collection-1.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/collection-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/collection-2.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/collection-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/collection-3.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/collection-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/collection-4.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/collection-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/collection-5.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/glyph-map-glyphs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/glyph-map-glyphs.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/glyph-map-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/glyph-map-inspector.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/sprite-editor-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/sprite-editor-example.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/xelu-kb-aseprite-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/xelu-kb-aseprite-1.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/xelu-kb-aseprite-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/xelu-kb-aseprite-2.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/xelu-kb-aseprite-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/xelu-kb-aseprite-3.png -------------------------------------------------------------------------------- /Documentation~/attachments/manual/creating-collection/xelu-switch-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/manual/creating-collection/xelu-switch-map.png -------------------------------------------------------------------------------- /Documentation~/attachments/site/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/site/favicon.png -------------------------------------------------------------------------------- /Documentation~/attachments/site/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/attachments/site/icon.png -------------------------------------------------------------------------------- /Documentation~/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/docfx.json -------------------------------------------------------------------------------- /Documentation~/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/index.md -------------------------------------------------------------------------------- /Documentation~/pages/manual/creating-collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/pages/manual/creating-collection.md -------------------------------------------------------------------------------- /Documentation~/pages/manual/docs-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/pages/manual/docs-overview.md -------------------------------------------------------------------------------- /Documentation~/pages/manual/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/pages/manual/index.md -------------------------------------------------------------------------------- /Documentation~/pages/manual/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/pages/manual/quick-start.md -------------------------------------------------------------------------------- /Documentation~/pages/manual/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/pages/manual/toc.yml -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/LICENSE -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/README.md -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/layout/_master.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/layout/_master.tmpl -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/footer.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/footer.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/head.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/head.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/li.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/li.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/logo.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/logo.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/namespace.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/namespace.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/navbar.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/navbar.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/scripts.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/scripts.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/searchResults.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/searchResults.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/partials/toc.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/partials/toc.tmpl.partial -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/config.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/config.css -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/down-arrow.svg -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/jquery.twbsPagination.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/jquery.twbsPagination.js -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/jquery.twbsPagination.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/jquery.twbsPagination.min.js -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/main.css -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/main.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/singulink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/singulink.css -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/singulink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/singulink.js -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/styles/url.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/styles/url.min.js -------------------------------------------------------------------------------- /Documentation~/templates/singulinkfx/toc.html.primary.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/templates/singulinkfx/toc.html.primary.tmpl -------------------------------------------------------------------------------- /Documentation~/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Documentation~/toc.yml -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/Gizmos.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos.meta -------------------------------------------------------------------------------- /Editor/Gizmos/README.md: -------------------------------------------------------------------------------- 1 | Component icons created using Google Icons -------------------------------------------------------------------------------- /Editor/Gizmos/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/README.md.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Collection.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Collection.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Collection.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Collection.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Hybrid.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Hybrid.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Hybrid.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Hybrid.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Image.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Image.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Image.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Image.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Labeled_Image.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Labeled_Image.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Labeled_Image.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Labeled_Image.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Manager.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Manager.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Manager.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Manager.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Map.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Map.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Map.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Map.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_RichText.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_RichText.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_RichText.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_RichText.psd.meta -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Text.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Text.psd -------------------------------------------------------------------------------- /Editor/Gizmos/ci_Rewired_Glyph_Text.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/Gizmos/ci_Rewired_Glyph_Text.psd.meta -------------------------------------------------------------------------------- /Editor/GlyphCollectionEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphCollectionEditor.cs -------------------------------------------------------------------------------- /Editor/GlyphCollectionEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphCollectionEditor.cs.meta -------------------------------------------------------------------------------- /Editor/GlyphCollectionGuidEntryPropertyDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphCollectionGuidEntryPropertyDrawer.cs -------------------------------------------------------------------------------- /Editor/GlyphCollectionGuidEntryPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphCollectionGuidEntryPropertyDrawer.cs.meta -------------------------------------------------------------------------------- /Editor/GlyphCollectionTemplateEntryPropertyDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphCollectionTemplateEntryPropertyDrawer.cs -------------------------------------------------------------------------------- /Editor/GlyphCollectionTemplateEntryPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphCollectionTemplateEntryPropertyDrawer.cs.meta -------------------------------------------------------------------------------- /Editor/GlyphMapEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphMapEditor.cs -------------------------------------------------------------------------------- /Editor/GlyphMapEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphMapEditor.cs.meta -------------------------------------------------------------------------------- /Editor/GlyphPropertyDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphPropertyDrawer.cs -------------------------------------------------------------------------------- /Editor/GlyphPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/GlyphPropertyDrawer.cs.meta -------------------------------------------------------------------------------- /Editor/LMirman.RewiredGlyphs.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/LMirman.RewiredGlyphs.Editor.asmdef -------------------------------------------------------------------------------- /Editor/LMirman.RewiredGlyphs.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/LMirman.RewiredGlyphs.Editor.asmdef.meta -------------------------------------------------------------------------------- /Editor/RewiredGlyphManagerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/RewiredGlyphManagerEditor.cs -------------------------------------------------------------------------------- /Editor/RewiredGlyphManagerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Editor/RewiredGlyphManagerEditor.cs.meta -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/LICENSE.md.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/API.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API.meta -------------------------------------------------------------------------------- /Runtime/API/Enums.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums.meta -------------------------------------------------------------------------------- /Runtime/API/Enums/GlyphSetQueryResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums/GlyphSetQueryResult.cs -------------------------------------------------------------------------------- /Runtime/API/Enums/GlyphSetQueryResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums/GlyphSetQueryResult.cs.meta -------------------------------------------------------------------------------- /Runtime/API/Enums/HardwarePreference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums/HardwarePreference.cs -------------------------------------------------------------------------------- /Runtime/API/Enums/HardwarePreference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums/HardwarePreference.cs.meta -------------------------------------------------------------------------------- /Runtime/API/Enums/SymbolPreference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums/SymbolPreference.cs -------------------------------------------------------------------------------- /Runtime/API/Enums/SymbolPreference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Enums/SymbolPreference.cs.meta -------------------------------------------------------------------------------- /Runtime/API/Glyph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Glyph.cs -------------------------------------------------------------------------------- /Runtime/API/Glyph.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/Glyph.cs.meta -------------------------------------------------------------------------------- /Runtime/API/GlyphCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/GlyphCollection.cs -------------------------------------------------------------------------------- /Runtime/API/GlyphCollection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/GlyphCollection.cs.meta -------------------------------------------------------------------------------- /Runtime/API/GlyphMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/GlyphMap.cs -------------------------------------------------------------------------------- /Runtime/API/GlyphMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/GlyphMap.cs.meta -------------------------------------------------------------------------------- /Runtime/API/GlyphParseResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/GlyphParseResult.cs -------------------------------------------------------------------------------- /Runtime/API/GlyphParseResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/GlyphParseResult.cs.meta -------------------------------------------------------------------------------- /Runtime/API/InputGlyphs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/InputGlyphs.cs -------------------------------------------------------------------------------- /Runtime/API/InputGlyphs.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/InputGlyphs.cs.meta -------------------------------------------------------------------------------- /Runtime/API/InputGlyphsWrappers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/InputGlyphsWrappers.cs -------------------------------------------------------------------------------- /Runtime/API/InputGlyphsWrappers.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/InputGlyphsWrappers.cs.meta -------------------------------------------------------------------------------- /Runtime/API/RewiredGlyphManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/RewiredGlyphManager.cs -------------------------------------------------------------------------------- /Runtime/API/RewiredGlyphManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/RewiredGlyphManager.cs.meta -------------------------------------------------------------------------------- /Runtime/API/RuntimeGlyphCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/RuntimeGlyphCollection.cs -------------------------------------------------------------------------------- /Runtime/API/RuntimeGlyphCollection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/API/RuntimeGlyphCollection.cs.meta -------------------------------------------------------------------------------- /Runtime/Components.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components.meta -------------------------------------------------------------------------------- /Runtime/Components/GlyphDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphDisplay.cs -------------------------------------------------------------------------------- /Runtime/Components/GlyphDisplay.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphDisplay.cs.meta -------------------------------------------------------------------------------- /Runtime/Components/GlyphHybridOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphHybridOutput.cs -------------------------------------------------------------------------------- /Runtime/Components/GlyphHybridOutput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphHybridOutput.cs.meta -------------------------------------------------------------------------------- /Runtime/Components/GlyphImageOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphImageOutput.cs -------------------------------------------------------------------------------- /Runtime/Components/GlyphImageOutput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphImageOutput.cs.meta -------------------------------------------------------------------------------- /Runtime/Components/GlyphLabeledImageOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphLabeledImageOutput.cs -------------------------------------------------------------------------------- /Runtime/Components/GlyphLabeledImageOutput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphLabeledImageOutput.cs.meta -------------------------------------------------------------------------------- /Runtime/Components/GlyphRichTextFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphRichTextFormatter.cs -------------------------------------------------------------------------------- /Runtime/Components/GlyphRichTextFormatter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphRichTextFormatter.cs.meta -------------------------------------------------------------------------------- /Runtime/Components/GlyphTextOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphTextOutput.cs -------------------------------------------------------------------------------- /Runtime/Components/GlyphTextOutput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/Components/GlyphTextOutput.cs.meta -------------------------------------------------------------------------------- /Runtime/LMirman.RewiredGlyphs.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/LMirman.RewiredGlyphs.asmdef -------------------------------------------------------------------------------- /Runtime/LMirman.RewiredGlyphs.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Runtime/LMirman.RewiredGlyphs.asmdef.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Dualsense.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Dualsense.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Dualsense.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Dualsense.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Keyboard.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Keyboard.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Keyboard.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Keyboard.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Mouse.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Mouse.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Mouse.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Mouse.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Pro Controller.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Pro Controller.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Pro Controller.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Pro Controller.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Xbox One.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Xbox One.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Controller Maps/Xbox One.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Controller Maps/Xbox One.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Kenney Pixel Prompts.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Kenney Pixel Prompts.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Kenney Pixel Prompts.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Kenney Pixel Prompts.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/License.txt -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/License.txt.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_keyboard.png -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_keyboard.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_keyboard.png.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_missing.png -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_missing.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_missing.png.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_mouse.png -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_mouse.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_mouse.png.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_playstation.png -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_playstation.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_playstation.png.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_switch.png -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_switch.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_switch.png.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_xbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_xbox.png -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_xbox.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Sprites/kenney_pixel_xbox.png.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps/Template Playstation.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps/Template Playstation.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps/Template Playstation.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps/Template Playstation.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps/Template Switch.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps/Template Switch.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps/Template Switch.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps/Template Switch.asset.meta -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps/Template Xbox.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps/Template Xbox.asset -------------------------------------------------------------------------------- /Samples~/Kenney Pixel Prompts/Template Maps/Template Xbox.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Kenney Pixel Prompts/Template Maps/Template Xbox.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Dualsense.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Dualsense.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Dualsense.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Dualsense.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Keyboard.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Keyboard.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Keyboard.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Keyboard.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Mouse.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Mouse.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Mouse.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Mouse.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Pro Controller.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Pro Controller.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Pro Controller.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Pro Controller.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Xbox One.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Xbox One.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Controller Maps/Xbox One.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Controller Maps/Xbox One.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Readme.txt -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_KB_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_KB_Dark.png -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_KB_Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_KB_Dark.png.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Mouse_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Mouse_Dark.png -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Mouse_Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Mouse_Dark.png.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_PS5_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_PS5_Dark.png -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_PS5_Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_PS5_Dark.png.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Switch_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Switch_Dark.png -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Switch_Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Switch_Dark.png.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Unbound_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Unbound_Dark.png -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Unbound_Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Unbound_Dark.png.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Xbox_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Xbox_Dark.png -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Sprites/Xelu_Xbox_Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Sprites/Xelu_Xbox_Dark.png.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps/Template Playstation.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps/Template Playstation.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps/Template Playstation.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps/Template Playstation.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps/Template Switch.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps/Template Switch.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps/Template Switch.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps/Template Switch.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps/Template Xbox.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps/Template Xbox.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Template Maps/Template Xbox.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Template Maps/Template Xbox.asset.meta -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Xelu Dark.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Xelu Dark.asset -------------------------------------------------------------------------------- /Samples~/Xelu Prompts/Xelu Dark.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/Samples~/Xelu Prompts/Xelu Dark.asset.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orange-Panda/Rewired-Glyphs/HEAD/package.json.meta --------------------------------------------------------------------------------