|
@@ -64,8 +64,10 @@ export default class UIControl {
|
|
else if (
|
|
else if (
|
|
this.selectUI == UIEvents.Cigaret ||
|
|
this.selectUI == UIEvents.Cigaret ||
|
|
this.selectUI == UIEvents.FirePoint ||
|
|
this.selectUI == UIEvents.FirePoint ||
|
|
- this.selectUI == UIEvents.FootPrint ||
|
|
|
|
- this.selectUI == UIEvents.ShoePrint ||
|
|
|
|
|
|
+ this.selectUI == UIEvents.LeftFootPrint ||
|
|
|
|
+ this.selectUI == UIEvents.RightFootPrint ||
|
|
|
|
+ this.selectUI == UIEvents.LeftShoePrint ||
|
|
|
|
+ this.selectUI == UIEvents.RightShoePrint ||
|
|
this.selectUI == UIEvents.FingerPrint ||
|
|
this.selectUI == UIEvents.FingerPrint ||
|
|
this.selectUI == UIEvents.DeadBody ||
|
|
this.selectUI == UIEvents.DeadBody ||
|
|
this.selectUI == UIEvents.BloodStain
|
|
this.selectUI == UIEvents.BloodStain
|
|
@@ -203,10 +205,14 @@ export default class UIControl {
|
|
return VectorType.Cigaret
|
|
return VectorType.Cigaret
|
|
} else if (this.selectUI == UIEvents.FirePoint) {
|
|
} else if (this.selectUI == UIEvents.FirePoint) {
|
|
return VectorType.FirePoint
|
|
return VectorType.FirePoint
|
|
- } else if (this.selectUI == UIEvents.FootPrint) {
|
|
|
|
- return VectorType.FootPrint
|
|
|
|
- } else if (this.selectUI == UIEvents.ShoePrint) {
|
|
|
|
- return VectorType.ShoePrint
|
|
|
|
|
|
+ } else if (this.selectUI == UIEvents.LeftFootPrint) {
|
|
|
|
+ return VectorType.LeftFootPrint
|
|
|
|
+ } else if (this.selectUI == UIEvents.RightFootPrint) {
|
|
|
|
+ return VectorType.RightFootPrint
|
|
|
|
+ } else if (this.selectUI == UIEvents.LeftShoePrint) {
|
|
|
|
+ return VectorType.LeftShoePrint
|
|
|
|
+ } else if (this.selectUI == UIEvents.RightShoePrint) {
|
|
|
|
+ return VectorType.RightShoePrint
|
|
} else if (this.selectUI == UIEvents.FingerPrint) {
|
|
} else if (this.selectUI == UIEvents.FingerPrint) {
|
|
return VectorType.FingerPrint
|
|
return VectorType.FingerPrint
|
|
} else if (this.selectUI == UIEvents.DeadBody) {
|
|
} else if (this.selectUI == UIEvents.DeadBody) {
|