started adding commands
This commit is contained in:
parent
c6e255f7a9
commit
4b4702c90a
4 changed files with 142 additions and 0 deletions
9
levels/jenga.tscn
Normal file
9
levels/jenga.tscn
Normal 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"])
|
||||
Loading…
Add table
Add a link
Reference in a new issue