mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 04:18:35 +02:00
correct indentation for HomeButton.js
This commit is contained in:
parent
8f36090884
commit
61e2fb2366
1 changed files with 5 additions and 5 deletions
|
@ -12,21 +12,21 @@
|
||||||
_this = this;
|
_this = this;
|
||||||
|
|
||||||
this.preload = function(entityID) {
|
this.preload = function(entityID) {
|
||||||
print(entityID);
|
print(entityID);
|
||||||
this.entityID = entityID;
|
this.entityID = entityID;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.clickDownOnEntity = function(entityID, mouseEvent) {
|
this.clickDownOnEntity = function(entityID, mouseEvent) {
|
||||||
Messages.sendLocalMessage("home", _this.entityID);
|
Messages.sendLocalMessage("home", _this.entityID);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.startNearTrigger = function() {
|
this.startNearTrigger = function() {
|
||||||
Messages.sendLocalMessage("home", _this.entityID);
|
Messages.sendLocalMessage("home", _this.entityID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.startFarTrigger = function() {
|
this.startFarTrigger = function() {
|
||||||
Messages.sendLocalMessage("home", _this.entityID);
|
Messages.sendLocalMessage("home", _this.entityID);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue