Skip to content

Commit

Permalink
moved example into subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
issork committed Dec 3, 2023
1 parent 27c4982 commit e7ce70d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Example.tscn → example/Example.tscn
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e7ce70d

Please sign in to comment.