Skip to content
nbriz edited this page Jan 10, 2021 · 13 revisions

Welcome netizens to the netnet.studio wiki! Here you'll find guides to contributing to the netnet.studio repo. You'll of course need a GitHub account before getting started. Some contributions are easy to make directly on GitHub (like editing netnet dialogue), but most will likely require you setup a local environment so you can work on code in your preferred editor on your computer.

netnet

General Stuff

Specific Stuff

  • Creating Dialogue: netnet's dialogue system is what handles it's text bubbles that show up when interacting with netnet. this doc explains how it works, how to edit dialogue (to fixing grammar or spelling for example) and how to create new dialogue (to accompany a widget for example).
  • Creating Widgets: netnet's widget system is used to create all the various windows that pop up, from information boxes like the privacy policy to full blown code generators like the color widget.
  • Creating Tutorials

Clone this wiki locally