Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -107,7 +107,7 @@ let justATree = {
107 107
},
108 108
build: () => {
109 109
// the "this" keyword refers to the object it is inside to,
110
// in this case the "justATree" but since its not yet defined as that we use it
110
// in this case the "justATree" but since its not yet defined as that we use "this"
111 111
setBlock(this.x, this.y, this.z, 0);
112 112
}
113 113
}
Fancade Wiki