latex bot discord
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# godot-template

[![version](https://img.shields.io/badge/3.x-blue?logo=godot-engine&logoColor=white&label=godot&style=for-the-badge)](https://godotengine.org "Made with godot")
<a href='https://ko-fi.com/bendn' title='Buy me a coffee' target='_blank'><img height='28' src='https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png' alt='Buy me a coffee'> </a>

Godot template repository for my programs

---

## How to use

- Click use this template button
- Clone your new repository
- Add your files & change `FUNDING.yml`
- Commit & push

<details>
<summary>For itch.io depoloyment</summary>
<br>

Add a secret called `BUTLER_CREDENTIALS` with your [butler api key](https://itch.io/user/settings/api-keys).

</details>

<details>
<summary>For android builds</summary>
<br>

> **Note**
>
> The keystore user/alias is found automatically.

Add two secrets:

- `ANDROID_KEYSTORE_BASE64`
- `ANDROID_KEYSTORE_PASSWORD`

</details>

---

### Availability

|      windows       | ios |       linux        |      android       |        mac         |        html        |               |
| :----------------: | :-: | :----------------: | :----------------: | :----------------: | :----------------: | :-----------: |
|        :x:         | :x: |        :x:         |        :x:         |        :x:         | :heavy_check_mark: | github pages  |
| :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |    itch.io    |
| :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | godot exports |