diff --git a/EGFramework.svg b/EGFramework.svg new file mode 100644 index 0000000..8591d80 --- /dev/null +++ b/EGFramework.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/EGFramework.svg.import b/EGFramework.svg.import new file mode 100644 index 0000000..a76b1a8 --- /dev/null +++ b/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 diff --git a/Example/SaveSystem/Scene/SaveSystem.tscn b/Example/SaveSystem/Scene/SaveSystem.tscn index 3ef7ff6..f30cd28 100644 --- a/Example/SaveSystem/Scene/SaveSystem.tscn +++ b/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="Texture2D" uid="uid://bpmhdi6qsq8xk" path="res://EGFramework.svg" id="2_qt8hb"] [node name="SaveSystem" type="Control"] layout_mode = 3 @@ -10,3 +11,9 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 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") diff --git a/ReadMe.md b/ReadMe.md index 4f13516..b1d9a2c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,3 +1,5 @@ +![](EGframework.svg) + # EGFramework 使用手册 --- diff --git a/project.godot b/project.godot index c694b77..94b7d90 100644 --- a/project.godot +++ b/project.godot @@ -14,7 +14,7 @@ config/name="EGFramework" config/tags=PackedStringArray("official") run/main_scene="res://Example/LocalMediaViewer/LocalMediaViewer.tscn" config/features=PackedStringArray("4.3", "C#", "GL Compatibility") -config/icon="res://icon.svg" +config/icon="res://EGFramework.svg" [display]