Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 405 Bytes

File metadata and controls

13 lines (10 loc) · 405 Bytes

Repository Guidelines

Scope

These instructions apply to the entire repository.

Coding Style

  • Use 1 tab for intendation.
  • Use camelCase for function and variable names.

Rules

  • Update documentation (.md files) when adding new or completing features.
  • actionscript-blueprint folder is used for crossreferencing how things should work.
  • Optimize, we don't want things to load forever.