mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 01:32:41 +02:00
commit
243309fdc4
1 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,19 @@
|
|||
/* globals OverlayWindow */
|
||||
"use strict";
|
||||
|
||||
//
|
||||
// FloofChat.js
|
||||
//
|
||||
// Created by Fluffy Jenkins January 2020.
|
||||
// Copyright 2020 Fluffy Jenkins
|
||||
//
|
||||
// For any future coders, please keep me in the loop when making changes.
|
||||
// Please tag me in any Pull Requests.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
var ROOT = Script.resolvePath('').split("FloofChat.js")[0];
|
||||
var H_KEY = 72;
|
||||
var ENTER_KEY = 16777220;
|
||||
|
@ -575,4 +588,4 @@ function shutdown() {
|
|||
}
|
||||
chatBar.close();
|
||||
chatHistory.close();
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue