-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from fenix-hub/v0.9.0
Update v0.9.0
- Loading branch information
Showing
19 changed files
with
450 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ user/ | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="StreamTexture" | ||
path="res://.import/search.png-9b9b7cef4594258a01318d95c85ad610.stex" | ||
metadata={ | ||
"vram_texture": false | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://addons/github-integration/resources/search.png" | ||
dest_files=[ "res://.import/search.png-9b9b7cef4594258a01318d95c85ad610.stex" ] | ||
|
||
[params] | ||
|
||
compress/mode=0 | ||
compress/lossy_quality=0.7 | ||
compress/hdr_mode=0 | ||
compress/bptc_ldr=0 | ||
compress/normal_map=0 | ||
flags/repeat=0 | ||
flags/filter=true | ||
flags/mipmaps=true | ||
flags/anisotropic=false | ||
flags/srgb=2 | ||
process/fix_alpha_border=false | ||
process/premult_alpha=false | ||
process/HDR_as_SRGB=false | ||
process/invert_color=true | ||
stream=false | ||
size_limit=0 | ||
detect_3d=true | ||
svg/scale=1.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
[gd_scene load_steps=3 format=2] | ||
|
||
[ext_resource path="res://addons/github-integration/scripts/RepositoryItem.gd" type="Script" id=1] | ||
|
||
[sub_resource type="StyleBoxFlat" id=1] | ||
content_margin_left = 0.0 | ||
content_margin_right = 0.0 | ||
content_margin_top = 0.0 | ||
content_margin_bottom = 0.0 | ||
bg_color = Color( 0.6, 0.6, 0.6, 0 ) | ||
|
||
[node name="RepositoryItem" type="PanelContainer"] | ||
anchor_right = 1.0 | ||
anchor_bottom = 0.027 | ||
margin_bottom = 1.8 | ||
custom_styles/panel = SubResource( 1 ) | ||
script = ExtResource( 1 ) | ||
__meta__ = { | ||
"_edit_use_anchors_": false | ||
} | ||
|
||
[node name="BG" type="ColorRect" parent="."] | ||
visible = false | ||
margin_right = 1024.0 | ||
margin_bottom = 18.0 | ||
color = Color( 1, 1, 1, 0.235294 ) | ||
|
||
[node name="Repository" type="HBoxContainer" parent="."] | ||
margin_right = 1024.0 | ||
margin_bottom = 18.0 | ||
custom_constants/separation = 0 | ||
alignment = 1 | ||
|
||
[node name="Name" type="HBoxContainer" parent="Repository"] | ||
margin_right = 341.0 | ||
margin_bottom = 18.0 | ||
size_flags_horizontal = 3 | ||
alignment = 1 | ||
|
||
[node name="Icon" type="TextureRect" parent="Repository/Name"] | ||
margin_top = 1.0 | ||
margin_right = 16.0 | ||
margin_bottom = 17.0 | ||
rect_min_size = Vector2( 16, 16 ) | ||
size_flags_horizontal = 0 | ||
size_flags_vertical = 4 | ||
expand = true | ||
stretch_mode = 6 | ||
|
||
[node name="Text" type="Label" parent="Repository/Name"] | ||
margin_left = 20.0 | ||
margin_top = 2.0 | ||
margin_right = 341.0 | ||
margin_bottom = 16.0 | ||
size_flags_horizontal = 3 | ||
text = "RepositoryName" | ||
|
||
[node name="Stars" type="HBoxContainer" parent="Repository"] | ||
margin_left = 341.0 | ||
margin_right = 682.0 | ||
margin_bottom = 18.0 | ||
size_flags_horizontal = 3 | ||
alignment = 1 | ||
|
||
[node name="Icon" type="TextureRect" parent="Repository/Stars"] | ||
margin_top = 1.0 | ||
margin_right = 16.0 | ||
margin_bottom = 17.0 | ||
rect_min_size = Vector2( 16, 16 ) | ||
size_flags_horizontal = 0 | ||
size_flags_vertical = 4 | ||
expand = true | ||
stretch_mode = 6 | ||
|
||
[node name="Amount" type="Label" parent="Repository/Stars"] | ||
margin_left = 20.0 | ||
margin_top = 2.0 | ||
margin_right = 341.0 | ||
margin_bottom = 16.0 | ||
size_flags_horizontal = 3 | ||
text = "Stars: 0" | ||
|
||
[node name="Forks" type="HBoxContainer" parent="Repository"] | ||
margin_left = 682.0 | ||
margin_right = 1024.0 | ||
margin_bottom = 18.0 | ||
size_flags_horizontal = 3 | ||
alignment = 1 | ||
|
||
[node name="Icon" type="TextureRect" parent="Repository/Forks"] | ||
margin_top = 1.0 | ||
margin_right = 16.0 | ||
margin_bottom = 17.0 | ||
rect_min_size = Vector2( 16, 16 ) | ||
size_flags_horizontal = 0 | ||
size_flags_vertical = 4 | ||
expand = true | ||
stretch_mode = 6 | ||
|
||
[node name="Amount" type="Label" parent="Repository/Forks"] | ||
margin_left = 20.0 | ||
margin_top = 2.0 | ||
margin_right = 342.0 | ||
margin_bottom = 16.0 | ||
size_flags_horizontal = 3 | ||
text = "Forks: 0" | ||
[connection signal="gui_input" from="." to="." method="_on_RepositoryItem_gui_input"] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.