add city17
This commit is contained in:
parent
5e7d4fb9b3
commit
2bcb7089f2
2 changed files with 20 additions and 0 deletions
BIN
assets/images/city17map.png
Normal file
BIN
assets/images/city17map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
20
commands/image-editing/city17.js
Normal file
20
commands/image-editing/city17.js
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
import ImageCommand from "../../classes/imageCommand.js";
|
||||||
|
|
||||||
|
class CitySeventeenCommand extends ImageCommand {
|
||||||
|
static category = "image-editing"
|
||||||
|
static description = "Welcome everyone to City 17!";
|
||||||
|
|
||||||
|
params = {
|
||||||
|
assetPath: "assets/images/city17.png",
|
||||||
|
distortPath: "assets/images/city17map.png",
|
||||||
|
compx: 132,
|
||||||
|
compy: 366
|
||||||
|
};
|
||||||
|
|
||||||
|
static aliases = ["cityseventeen"];
|
||||||
|
|
||||||
|
static noImage = "You need to provide an image/GIF!";
|
||||||
|
static command = "scott";
|
||||||
|
}
|
||||||
|
|
||||||
|
export default CitySeventeenCommand;
|
Loading…
Reference in a new issue