Skip to content

Commit b42fbd6

Browse files
authored
Merge pull request #267 from offalynne/master
Update Input links
2 parents 950c511 + a49db1a commit b42fbd6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/libraries/offalynne/input.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Input
33
description: Comprehensive cross-platform input for GameMaker 2022 LTS
4-
link: https://github.com/offalynne/Input
4+
link: https://codeberg.org/offalynne/Input
55
logo: https://raw.githubusercontent.com/offalynne/Input/main/LOGO.png
6-
docs: https://offalynne.github.io/Input/
7-
threadLink: https://discord.com/channels/724320164371497020/1366084579219214365
6+
docs: https://offalynne.grebedoc.dev/Input/
7+
threadLink: https://discord.com/channels/1174070800060522537/1174071602300858439
88
date: 2024-03-08 03:00:00
99
tags:
1010
- input
@@ -15,4 +15,4 @@ authors:
1515
- Juju Adams
1616
---
1717

18-
Comprehensive cross-platform input for GameMaker 2022 LTS by <a href="https://www.jujuadams.com/" target="_blank">Juju Adams</a>, <a href="https://offalynne.neocities.org/">Alynne Keith</a>, and <a href="https://offalynne.github.io/Input/#/6.0/Credits">Friends</a>
18+
Comprehensive cross-platform input for GameMaker Monthly by <a href="https://www.jujuadams.com/" target="_blank">Juju Adams</a>, <a href="https://offalynne.neocities.org/">Alynne Keith</a>, and <a href="https://offalynne.grebedoc.dev/Input/#/10.3/Credits">Friends</a>

src/plugins/offalynne/inputplugin-localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
authors:
1212
- offalynne
1313
---
14-
Keyboard layout localization for [Input for GameMaker 2024.8](https://github.com/offalynne/Input).
14+
Keyboard layout localization for [Input for GameMaker Monthly](https://codeberg.org/offalynne/Input/).
1515

1616
### API
1717

@@ -41,4 +41,4 @@ InputDefineVerb(INPUT_VERB.STRAFE_RIGHT, "right", InputLocalizeBinding("D"),
4141

4242
***NB: Per limitations of GM Runner application, plug-in returns static OS region-default (locale) layout***
4343

44-
### **[Download (.yymps)](https://github.com/offalynne/InputPlugin-Localization/releases)**
44+
### **[Download (.yymps)](https://github.com/offalynne/InputPlugin-Localization/releases)**

src/plugins/offalynne/inputplugin-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
authors:
1212
- offalynne
1313
---
14-
Cross platform player text entry for [Input for GameMaker 2024.8](https://github.com/offalynne/Input)
14+
Cross platform player text entry for [Input for GameMaker Monthly](https://codeberg.org/offalynne/Input/)
1515

1616
### Supported Platforms
1717

@@ -53,4 +53,4 @@ enum INPUT_TEXT_REQUEST_STATUS
5353
.CONFIRMED // Player confirmed
5454
```
5555

56-
### **[Download (.yymps)](https://github.com/offalynne/InputPlugin-Text/releases)**
56+
### **[Download (.yymps)](https://github.com/offalynne/InputPlugin-Text/releases)**

0 commit comments

Comments
 (0)