Commit bb636a78 authored by haiyoucuv's avatar haiyoucuv

init

parent df9589be
...@@ -88,7 +88,6 @@ export class GamePage extends Component { ...@@ -88,7 +88,6 @@ export class GamePage extends Component {
const parkPoint = PhysicsSystem.instance.raycastClosestResult.collider.node.parent.parent; const parkPoint = PhysicsSystem.instance.raycastClosestResult.collider.node.parent.parent;
const parkIndex = parkPoint.getSiblingIndex(); const parkIndex = parkPoint.getSiblingIndex();
CarColorsGlobalInstance.instance.roleSysterm.isGaming = false;
if (parkIndex === 4) { if (parkIndex === 4) {
MainGame.ins.shareUnlock(); MainGame.ins.shareUnlock();
} else if (parkIndex === 5) { } else if (parkIndex === 5) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment