Rename pxsim.pxt to pxsim.pxtcore

This commit is contained in:
Michal Moskal
2016-09-01 13:06:03 +01:00
parent a8b427fd89
commit ef7fdc2ef7
5 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ namespace pxsim.input {
b.useShake = true;
runtime.queueDisplayUpdate();
}
pxt.registerWithDal(DAL.MICROBIT_ID_GESTURE, gesture, handler);
pxtcore.registerWithDal(DAL.MICROBIT_ID_GESTURE, gesture, handler);
}
export function acceleration(dimension: number): number {