This repository has been archived on 2021-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
scriptcraft/src/main/javascript/drone/test.js

13 lines
254 B
JavaScript

load (__folder + "drone.js");
Drone.prototype.testStrokeWidth = function(){
this.arc({
blockType: 42,
meta: 0,
radius: 8,
strokeWidth: 3,
quadrants: {topright:true},
world: this._getWorld()
});
};