Skip to content

Dev Guide

MustafaHi edited this page Aug 23, 2020 · 1 revision

Setup

  • Download the repository
  • Develop using code editor
  • Preview & Debug in uSciter & Inspector
  • Quark to build

header.tis for Naming convention, global variables and layout of script files

Naming Convention
Upper case variables are global

html selectors prefixed with small letter then upper letter just to define their type;
c : Context Menu
m : Popup Menu
b : Button

n : Name
a : Author

Clone this wiki locally