rebuilt strings
This commit is contained in:
@ -78,8 +78,8 @@
|
|||||||
"Gesture.FreeFall": "Raised when the board is falling!",
|
"Gesture.FreeFall": "Raised when the board is falling!",
|
||||||
"Gesture.LogoDown": "Raised when the logo is downward and the screen is vertical",
|
"Gesture.LogoDown": "Raised when the logo is downward and the screen is vertical",
|
||||||
"Gesture.LogoUp": "Raised when the logo is upward and the screen is vertical",
|
"Gesture.LogoUp": "Raised when the logo is upward and the screen is vertical",
|
||||||
"Gesture.ScreenDown": "Raised when the screen is pointing up and the board is horizontal",
|
"Gesture.ScreenDown": "Raised when the screen is pointing down and the board is horizontal",
|
||||||
"Gesture.ScreenUp": "Raised when the screen is pointing down and the board is horizontal",
|
"Gesture.ScreenUp": "Raised when the screen is pointing up and the board is horizontal",
|
||||||
"Gesture.Shake": "Raised when shaken",
|
"Gesture.Shake": "Raised when shaken",
|
||||||
"Gesture.SixG": "Raised when a 6G shock is detected",
|
"Gesture.SixG": "Raised when a 6G shock is detected",
|
||||||
"Gesture.ThreeG": "Raised when a 3G shock is detected",
|
"Gesture.ThreeG": "Raised when a 3G shock is detected",
|
||||||
|
@ -81,9 +81,9 @@
|
|||||||
"Gesture.LogoDown|block": "logo down",
|
"Gesture.LogoDown|block": "logo down",
|
||||||
"Gesture.LogoUp": "Raised when the logo is upward and the screen is vertical",
|
"Gesture.LogoUp": "Raised when the logo is upward and the screen is vertical",
|
||||||
"Gesture.LogoUp|block": "logo up",
|
"Gesture.LogoUp|block": "logo up",
|
||||||
"Gesture.ScreenDown": "Raised when the screen is pointing up and the board is horizontal",
|
"Gesture.ScreenDown": "Raised when the screen is pointing down and the board is horizontal",
|
||||||
"Gesture.ScreenDown|block": "screen down",
|
"Gesture.ScreenDown|block": "screen down",
|
||||||
"Gesture.ScreenUp": "Raised when the screen is pointing down and the board is horizontal",
|
"Gesture.ScreenUp": "Raised when the screen is pointing up and the board is horizontal",
|
||||||
"Gesture.ScreenUp|block": "screen up",
|
"Gesture.ScreenUp|block": "screen up",
|
||||||
"Gesture.Shake": "Raised when shaken",
|
"Gesture.Shake": "Raised when shaken",
|
||||||
"Gesture.Shake|block": "shake",
|
"Gesture.Shake|block": "shake",
|
||||||
|
4
libs/core/enums.d.ts
vendored
4
libs/core/enums.d.ts
vendored
@ -110,13 +110,13 @@ declare namespace basic {
|
|||||||
//% jres=gestures.tiltbackwards
|
//% jres=gestures.tiltbackwards
|
||||||
LogoDown = 2, // MICROBIT_ACCELEROMETER_EVT_TILT_DOWN
|
LogoDown = 2, // MICROBIT_ACCELEROMETER_EVT_TILT_DOWN
|
||||||
/**
|
/**
|
||||||
* Raised when the screen is pointing down and the board is horizontal
|
* Raised when the screen is pointing up and the board is horizontal
|
||||||
*/
|
*/
|
||||||
//% block="screen up"
|
//% block="screen up"
|
||||||
//% jres=gestures.frontsideup
|
//% jres=gestures.frontsideup
|
||||||
ScreenUp = 5, // MICROBIT_ACCELEROMETER_EVT_FACE_UP
|
ScreenUp = 5, // MICROBIT_ACCELEROMETER_EVT_FACE_UP
|
||||||
/**
|
/**
|
||||||
* Raised when the screen is pointing up and the board is horizontal
|
* Raised when the screen is pointing down and the board is horizontal
|
||||||
*/
|
*/
|
||||||
//% block="screen down"
|
//% block="screen down"
|
||||||
//% jres=gestures.backsideup
|
//% jres=gestures.backsideup
|
||||||
|
Reference in New Issue
Block a user