Clean up example into its own directory #30

Merged
JoelCreatesGames merged 1 commits from master into master 2023-09-25 16:45:21 +02:00
JoelCreatesGames commented 2023-09-24 00:44:38 +02:00 (Migrated from github.com)

I found importing this asset to be a bit confusing because the example is at the root directory. This PR cleans that up by making an example folder and cleaning some things up (removing empty Node.gd file for example).

Changes:

  • imported in Godot 4.1 (some import setting changes)
  • moved to example directory and cleanup
    • fixed paths for preload of ChatMessage
  • Renamed scene to Example (and root node name)
  • Added moderator:read:followers to default scopes as example needs it for channel.follow event
  • Updated README:
    • added note about example auth file (and updated it to be .txt as godot lets you create those in editor)
    • link to example script
I found importing this asset to be a bit confusing because the example is at the root directory. This PR cleans that up by making an `example` folder and cleaning some things up (removing empty Node.gd file for example). Changes: - imported in Godot 4.1 (some import setting changes) - moved to `example` directory and cleanup - fixed paths for preload of ChatMessage - Renamed scene to Example (and root node name) - Added `moderator:read:followers` to default scopes as example needs it for `channel.follow` event - Updated README: - added note about example auth file (and updated it to be .txt as godot lets you create those in editor) - link to example script
issork commented 2023-09-25 16:45:26 +02:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.