|
|
@ -9,7 +9,7 @@ export class TeemPattieChouMaLogic extends Component{ |
|
|
|
private betCHouMa:Node;//单个筹码对象
|
|
|
|
private betCHouMaList:PlayerBetComponent[]=[]//保持桌子上的所有筹码
|
|
|
|
|
|
|
|
private posNode:Vec3[] = [v3(-192,172),v3(-270,-140),v3(25,-176),v3(492,-176),v3(469,177)]; |
|
|
|
private posNode:Vec3[] = [v3(-192,172),v3(-270,-140),v3(25,-176),v3(492,-176),v3(469,177),v3(70,216)]; |
|
|
|
|
|
|
|
onLoad(): void { |
|
|
|
if(!this.betCHouMaList)this.betCHouMaList=[] |
|
|
|