9324a536-6e0d-4e63-9dc8-94032bd9dbe1.js.map
2.46 KB
{"version":3,"sources":["assets/script/avg/game-data/EditorGameVariables.ts"],"names":[],"mappings":";;;;;;;AAwCa,QAAA,8BAA8B,GAAsD,EAChG,CAAA;AAEY,QAAA,8BAA8B,GAAsD,EAChG,CAAA;AAEY,QAAA,4BAA4B,GAA6B;IAClE,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,UAAU,EAAE,IAAI;IAChB,QAAQ,EAAE,GAAG;IACb,QAAQ,EAAE,CAAC;IACX,QAAQ,EAAE,CAAC;CACd,CAAA;AAEY,QAAA,4BAA4B,GAA6B;IAClE,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,CAAC;IACR,iBAAiB,EAAE,CAAC;IACpB,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;IACf,YAAY,EAAE,CAAC;CAClB,CAAA","file":"","sourceRoot":"/","sourcesContent":["// Generated by editor\ninterface VariableType {\n [key: string]: string | number;\n}\n\ninterface GlobalVariableType {\n [key: string]: any;\n}\n\nexport interface EditorGlobalVariableType extends GlobalVariableType {\n like3: number;\n like4: number;\n like5: number;\n like6: number;\n like7: number;\n like8: number;\n playerName: string;\n energy_2: number;\n goldCoin: number;\n skinCoin: number;\n}\n\nexport interface EditorRecordVariableType extends VariableType {\n like3: number;\n like4: number;\n like5: number;\n like6: number;\n like7: number;\n like8: number;\n MallViewPresenter: number;\n itemUnlock11: number;\n itemUnlock12: number;\n itemUnlock13: number;\n itemUnlock14: number;\n itemUnlock15: number;\n itemUnlock16: number;\n itemUnlock17: number;\n itemUnlock18: number;\n}\n\nexport const editorGlobalVariableConstrains: { [key: string]: { min?: number, max?: number } } = {\n}\n\nexport const editorRecordVariableConstrains: { [key: string]: { min?: number, max?: number } } = {\n}\n\nexport const editorDefaultGlobalVariables: EditorGlobalVariableType = {\n like3: 0,\n like4: 0,\n like5: 0,\n like6: 0,\n like7: 0,\n like8: 0,\n playerName: \"玩家\",\n energy_2: 100,\n goldCoin: 0,\n skinCoin: 0,\n}\n\nexport const editorDefaultRecordVariables: EditorRecordVariableType = {\n like3: 0,\n like4: 0,\n like5: 0,\n like6: 0,\n like7: 0,\n like8: 0,\n MallViewPresenter: 0,\n itemUnlock11: 0,\n itemUnlock12: 0,\n itemUnlock13: 0,\n itemUnlock14: 0,\n itemUnlock15: 0,\n itemUnlock16: 0,\n itemUnlock17: 0,\n itemUnlock18: 0,\n}\n"]}