moved example into subfolder
This commit is contained in:
parent
27c4982118
commit
e7ce70deb7
@ -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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user