mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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.preload = function(entityID) {
|
||||
print(entityID);
|
||||
this.entityID = entityID;
|
||||
print(entityID);
|
||||
this.entityID = entityID;
|
||||
}
|
||||
|
||||
this.clickDownOnEntity = function(entityID, mouseEvent) {
|
||||
Messages.sendLocalMessage("home", _this.entityID);
|
||||
Messages.sendLocalMessage("home", _this.entityID);
|
||||
}
|
||||
|
||||
this.startNearTrigger = function() {
|
||||
Messages.sendLocalMessage("home", _this.entityID);
|
||||
Messages.sendLocalMessage("home", _this.entityID);
|
||||
}
|
||||
|
||||
|
||||
this.startFarTrigger = function() {
|
||||
Messages.sendLocalMessage("home", _this.entityID);
|
||||
Messages.sendLocalMessage("home", _this.entityID);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue