moved example into subfolder

This commit is contained in:
Max Kross 2023-12-03 11:28:20 +01:00
parent 27c4982118
commit e7ce70deb7
3 changed files with 2 additions and 2 deletions

View File

@ -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/). 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) ![image](https://user-images.githubusercontent.com/12477395/119052327-b9fc9980-b9c4-11eb-8f45-a2a8f2d98977.png)

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://bculs28gstcxk"] [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"] [node name="Example" type="Control"]
layout_mode = 3 layout_mode = 3