started adding commands

This commit is contained in:
Clevertop 2024-05-18 14:53:24 +10:00
parent c6e255f7a9
commit 4b4702c90a
4 changed files with 142 additions and 0 deletions

9
levels/jenga.tscn Normal file
View file

@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://bdtfounpnyaoo"]
[ext_resource type="Script" path="res://twitch/jengacommands.gd" id="1_so2ke"]
[node name="Jenga" type="Node3D"]
[node name="Gift" type="Node" parent="."]
script = ExtResource("1_so2ke")
scopes = Array[String](["chat:edit", "chat:read", "moderator:read:followers"])

3
levels/loader.tscn Normal file
View file

@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://44fkk7nbvwdl"]
[node name="Loader" type="Node3D"]