Skip to content

Commit

Permalink
fix logo in editor error (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net authored Sep 26, 2023
1 parent ac22138 commit 22f2558
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/pandora/ui/editor/pandora_editor.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[ext_resource type="PackedScene" uid="uid://dsqfuyjkcdwvu" path="res://addons/pandora/ui/components/notification_label/notification_label.tscn" id="6_ftkgr"]
[ext_resource type="Texture2D" uid="uid://dp8it1xjb8k2g" path="res://addons/pandora/icons/AssetLib.svg" id="8_wruey"]
[ext_resource type="PackedScene" uid="uid://dibfkp6i5uvgi" path="res://addons/pandora/ui/components/progress_bar/progress_bar.tscn" id="10_xf8wv"]
[ext_resource type="Texture2D" uid="uid://cjqnk0xjuxycs" path="res://docs/assets/logo.svg" id="11_4qjpy"]
[ext_resource type="PackedScene" uid="uid://dy4xl20q2nq7q" path="res://addons/pandora/ui/components/update_button/update_button.tscn" id="11_cva2e"]
[ext_resource type="Texture2D" uid="uid://crgjwaubao8pj" path="res://addons/pandora/icons/icon.png" id="15_3jwvj"]
[ext_resource type="PackedScene" uid="uid://ceboo5esbe2ld" path="res://addons/pandora/ui/editor/import_dialog/import_dialog.tscn" id="15_umv0u"]

[node name="PandoraEditor" type="MarginContainer"]
Expand Down Expand Up @@ -187,7 +187,7 @@ layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="Contents/ErrorContent/VBoxContainer"]
custom_minimum_size = Vector2(200, 200)
layout_mode = 2
texture = ExtResource("11_4qjpy")
texture = ExtResource("15_3jwvj")
expand_mode = 3
stretch_mode = 5

Expand Down
34 changes: 34 additions & 0 deletions docs/assets/favicon.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bn7ecqipoa1m4"
path="res://.godot/imported/favicon.png-b64d6e7f6dc60798d9a3a269fe64f9cd.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://docs/assets/favicon.png"
dest_files=["res://.godot/imported/favicon.png-b64d6e7f6dc60798d9a3a269fe64f9cd.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

0 comments on commit 22f2558

Please sign in to comment.