Skip to content

Commit b8fd4d0

Browse files
authored
Merge pull request #76 from fenix-hub/dev
Dev
2 parents 817d6af + cb42689 commit b8fd4d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4267
-2903
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ mono_crash.*.json
1818
screenshots/
1919

2020

21+
22+
23+

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[![version](https://img.shields.io/badge/plugin%20version-1.2.2-blue)](https://github.com/fenix-hub/godot-engine.github-integration)
2-
[![updates](https://img.shields.io/badge/plugin%20updates-on%20discord-purple)](https://discord.gg/KnJGY9S)
3-
[![paypal](https://img.shields.io/badge/donations-PayPal-cyan)](https://paypal.me/NSantilio?locale.x=it_IT)
4-
51
Check my **[Discord](https://discord.gg/KnJGY9S)** to stay updated on this repository.
62
*(Recommended since the AssetLibrary is not automatically updated)*
73

@@ -13,7 +9,7 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord
139
A complete GitHub integration for your Godot Editor! Manage your project without even opening your browser.
1410

1511
Author: *"Nicolo (fenix) Santilio"*
16-
Version: *1.2.2*
12+
Version: *1.3.0*
1713
Wiki: *[supported](https://github.com/fenix-hub/godot-engine.github-integration/wiki)*
1814
Godot Version: *3.2.3beta1*
1915

SUPPORTERS.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
468 Bytes
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="StreamTexture"
5+
path="res://.import/accept-w.png-5d14172905ef883ae53edc9c9d7c3161.stex"
6+
metadata={
7+
"vram_texture": false
8+
}
9+
10+
[deps]
11+
12+
source_file="res://addons/github-integration/icons/accept-w.png"
13+
dest_files=[ "res://.import/accept-w.png-5d14172905ef883ae53edc9c9d7c3161.stex" ]
14+
15+
[params]
16+
17+
compress/mode=0
18+
compress/lossy_quality=0.7
19+
compress/hdr_mode=0
20+
compress/bptc_ldr=0
21+
compress/normal_map=0
22+
flags/repeat=0
23+
flags/filter=true
24+
flags/mipmaps=false
25+
flags/anisotropic=false
26+
flags/srgb=2
27+
process/fix_alpha_border=true
28+
process/premult_alpha=false
29+
process/HDR_as_SRGB=false
30+
process/invert_color=false
31+
stream=false
32+
size_limit=0
33+
detect_3d=true
34+
svg/scale=1.0
694 Bytes
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="StreamTexture"
5+
path="res://.import/accept.png-69f9c244a8fc65b0e8e0a9f63861044d.stex"
6+
metadata={
7+
"vram_texture": false
8+
}
9+
10+
[deps]
11+
12+
source_file="res://addons/github-integration/icons/accept.png"
13+
dest_files=[ "res://.import/accept.png-69f9c244a8fc65b0e8e0a9f63861044d.stex" ]
14+
15+
[params]
16+
17+
compress/mode=0
18+
compress/lossy_quality=0.7
19+
compress/hdr_mode=0
20+
compress/bptc_ldr=0
21+
compress/normal_map=0
22+
flags/repeat=0
23+
flags/filter=true
24+
flags/mipmaps=false
25+
flags/anisotropic=false
26+
flags/srgb=2
27+
process/fix_alpha_border=true
28+
process/premult_alpha=false
29+
process/HDR_as_SRGB=false
30+
process/invert_color=false
31+
stream=false
32+
size_limit=0
33+
detect_3d=true
34+
svg/scale=1.0
501 Bytes
Loading

0 commit comments

Comments
 (0)