mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 05:03:41 +02:00
Fix for spraypaint orientation
This commit is contained in:
parent
376c23f1a3
commit
80a368933f
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@
|
|||
green: 20,
|
||||
blue: 150
|
||||
},
|
||||
lifetime: 50, //probably wont be holding longer than this straight
|
||||
lifetime: 50, //probably wont be holding longer than this straight,
|
||||
emitterShouldTrail: true
|
||||
});
|
||||
|
||||
setEntityCustomData(this.resetKey, this.paintStream, {
|
||||
|
|
Loading…
Reference in a new issue