Split into multiple JS files,
Selecting planes now works, Started work on settings window, Created extension.js, an area for new ideas to be tested or loaded out of.
This commit is contained in:
parent
d2a15659e7
commit
8b5c74ded8
6 changed files with 288 additions and 213 deletions
public_html
19
public_html/extension.js
Normal file
19
public_html/extension.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
// -----------------------------------------------------
|
||||
//
|
||||
// This file is so users can modify how the page acts
|
||||
// without diving to deep in the code. This way we can
|
||||
// also try out or hold custom code for ourselves and
|
||||
// not check it into the repo.
|
||||
//
|
||||
// There is a div id'ed as plane_extension for use with
|
||||
// this javascript file.
|
||||
// -----------------------------------------------------
|
||||
|
||||
function extendedInitalize() {
|
||||
// Write your initalization here
|
||||
// Gets called just before the 1-sec function call loop is setup
|
||||
}
|
||||
|
||||
function extendedPulse() {
|
||||
// This will get called every second after all the main functions
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue