diff --git a/README.md b/README.md index 6547e62..248d870 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you require help, feel free to join my >[Discord Server](https://discord.gg/2 Below is a working example of this plugin, which is included in this project. A replication of the twitch chat. Most information about the Twitch API can be found in the [official documentation](https://dev.twitch.tv/docs/). -[Example.gd](https://github.com/issork/gift/blob/master/Example.gd) +[Example.gd](https://github.com/issork/gift/blob/master/example/Example.gd) ![image](https://user-images.githubusercontent.com/12477395/119052327-b9fc9980-b9c4-11eb-8f45-a2a8f2d98977.png) diff --git a/Example.gd b/example/Example.gd similarity index 100% rename from Example.gd rename to example/Example.gd diff --git a/Example.tscn b/example/Example.tscn similarity index 94% rename from Example.tscn rename to example/Example.tscn index 10cd86a..555c3fa 100644 --- a/Example.tscn +++ b/example/Example.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bculs28gstcxk"] -[ext_resource type="Script" path="res://Example.gd" id="1_8267x"] +[ext_resource type="Script" path="res://example/Example.gd" id="1_8267x"] [node name="Example" type="Control"] layout_mode = 3