Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
add .gdignore for screeshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremi360 committed Oct 7, 2021
1 parent f4e6f48 commit ea1bcb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gdignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
screenshot_*.png
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit ea1bcb7

Please sign in to comment.