Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 725 Bytes

File metadata and controls

14 lines (11 loc) · 725 Bytes

GreenHeatGD

A Godot addon of an advanced clickmap for twitch

GreenHeat is an advanced clickmap for the twitch platform, it has support for clicks, drag clicks, alt clicks, and more!
Go check out prod they make a lot of cool projects including greenheat!

How to use

  1. Download the addons directory of this repo.
  2. Enable the addon in the plugins tab in Project Settings.
  3. Add a GreenHeat Node to your scene.
  4. Set your twitch channel's name in the Channel Name option in the node inspector.
  5. Add one or all of the signals to your code via the Node tab.
  6. (Optional) take a look at the code in example/ for an example of how this plugin works.