Adding Outline capabilities and a ActionableItem notion.
This commit is contained in:
parent
f7466994c5
commit
ed146226cf
18 changed files with 369 additions and 33 deletions
|
@ -33,10 +33,6 @@ export class Player extends Character implements CurrentGamerInterface {
|
|||
|
||||
//the current player model should be push away by other players to prevent conflict
|
||||
this.setImmovable(false);
|
||||
|
||||
this.setPipeline(OutlinePipeline.KEY);
|
||||
this.pipeline.setFloat2('uTextureSize',
|
||||
this.texture.getSourceImage().width, this.texture.getSourceImage().height);
|
||||
}
|
||||
|
||||
moveUser(delta: number): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue