Browse Source

fixed icon

master
jkpete 3 months ago
parent
commit
3462183375
  1. 5
      EGFramework.svg
  2. 39
      EGFramework.svg.import
  3. 9
      Example/SaveSystem/Scene/SaveSystem.tscn
  4. 2
      ReadMe.md
  5. 2
      project.godot

5
EGFramework.svg

@ -0,0 +1,5 @@
<svg height="128" width="128" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<path d="M 64 0 L 116 48 L 64 12L 32 56 L 64 64 L32 72 L64 116L 96 72 L 80 64 L128 64 L 64 128 L 0 64 " fill="#DDDDDD" stroke-width="0" stroke="#000000" />
<path d="M 64 0 L 0 64 L 64 128 L 32 72 L 48 64L 32 56Z" fill="#000000" stroke-width="0" stroke="#000000" />
</svg>

After

Width:  |  Height:  |  Size: 371 B

39
EGFramework.svg.import

@ -0,0 +1,39 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bpmhdi6qsq8xk"
path.s3tc="res://.godot/imported/EGFramework.svg-659d185b06d3cb441710fca89d9b4015.s3tc.ctex"
path.etc2="res://.godot/imported/EGFramework.svg-659d185b06d3cb441710fca89d9b4015.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
[deps]
source_file="res://EGFramework.svg"
dest_files=["res://.godot/imported/EGFramework.svg-659d185b06d3cb441710fca89d9b4015.s3tc.ctex", "res://.godot/imported/EGFramework.svg-659d185b06d3cb441710fca89d9b4015.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
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=0
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

9
Example/SaveSystem/Scene/SaveSystem.tscn

@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://bvnma1n064xbx"] [gd_scene load_steps=3 format=3 uid="uid://bvnma1n064xbx"]
[ext_resource type="Script" path="res://Example/SaveSystem/Script/ViewSaveSystem.cs" id="1_mtdgp"] [ext_resource type="Script" path="res://Example/SaveSystem/Script/ViewSaveSystem.cs" id="1_mtdgp"]
[ext_resource type="Texture2D" uid="uid://bpmhdi6qsq8xk" path="res://EGFramework.svg" id="2_qt8hb"]
[node name="SaveSystem" type="Control"] [node name="SaveSystem" type="Control"]
layout_mode = 3 layout_mode = 3
@ -10,3 +11,9 @@ anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
script = ExtResource("1_mtdgp") script = ExtResource("1_mtdgp")
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_qt8hb")

2
ReadMe.md

@ -1,3 +1,5 @@
![](EGframework.svg)
# EGFramework 使用手册 # EGFramework 使用手册
--- ---

2
project.godot

@ -14,7 +14,7 @@ config/name="EGFramework"
config/tags=PackedStringArray("official") config/tags=PackedStringArray("official")
run/main_scene="res://Example/LocalMediaViewer/LocalMediaViewer.tscn" run/main_scene="res://Example/LocalMediaViewer/LocalMediaViewer.tscn"
config/features=PackedStringArray("4.3", "C#", "GL Compatibility") config/features=PackedStringArray("4.3", "C#", "GL Compatibility")
config/icon="res://icon.svg" config/icon="res://EGFramework.svg"
[display] [display]

Loading…
Cancel
Save