From e7ce70deb73222919dfcee015ea95fc05e995a5d Mon Sep 17 00:00:00 2001 From: issork Date: Sun, 3 Dec 2023 11:28:20 +0100 Subject: [PATCH] moved example into subfolder --- README.md | 2 +- Example.gd => example/Example.gd | 0 Example.tscn => example/Example.tscn | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Example.gd => example/Example.gd (100%) rename Example.tscn => example/Example.tscn (94%) 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