diff --git a/.gdignore b/.gdignore new file mode 100644 index 00000000..c8a76bec --- /dev/null +++ b/.gdignore @@ -0,0 +1 @@ +screenshot_*.png diff --git a/README.md b/README.md index e64e365b..e03723c5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This addon provides the following nodes to use emojis in Godot: It's also adds **EmojiFinder** to the Godot editor's toolbar. So you can find the emojis easily. -![EmojiFinder Screen Shot](screenshot.png) +![EmojiFinder Screen Shot](screenshot_ef.png) ## Using it with RichTextLabel @@ -29,7 +29,7 @@ func _ready(): ``` This is the result of the above code: -![RichTextLabel Example Screen Shot](RichTextLabel.png) +![RichTextLabel Example Screen Shot](screenshot_rtl.png) [**TexturePacker**](https://www.codeandweb.com/texturepacker) is used to generate the emoji atlases. diff --git a/screenshot.png b/screenshot_ef.png similarity index 100% rename from screenshot.png rename to screenshot_ef.png diff --git a/RichTextLabel.png b/screenshot_rtl.png similarity index 100% rename from RichTextLabel.png rename to screenshot_rtl.png