unit12.ts 623 B

12345678910111213141516171819202122232425
  1. import { _decorator, Color, Component, error, EventTouch, instantiate, Label, log, Node, Prefab, ScrollView, Sprite, tween, UIOpacity, UITransform, Vec3 } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit12')
  5. export class unit12 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "风筝",
  8. "充电桩",
  9. "小狗",
  10. "金瓜子",
  11. "摄像头",
  12. "现代人",
  13. "巨石像",
  14. "纸尿裤",
  15. "鞋子",
  16. "大狗",
  17. "耳机",
  18. "矿泉水",
  19. ]
  20. }