Skip to content

Commit

Permalink
new tagline, removal of unncessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
KierPalin committed Nov 22, 2024
1 parent d543b44 commit a5d90b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace microdata {
import AppInterface = user_interface_base.AppInterface
import CursorSceneEnum = user_interface_base.CursorSceneEnum
import font = user_interface_base.font
import resolveTooltip = user_interface_base.resolveTooltip

export class Home extends CursorScene {
private liveDataBtn: Button
Expand All @@ -18,7 +17,7 @@ namespace microdata {
constructor(app: AppInterface) {
super(app)
this.tagline = ["Lets measure!", "Hello :)", "Lets experiment!", "Mini-measurer",
"Record & view", "Data Science toolkit", "Start experimenting!"][randint(0, 6)]
"Record & view", "Data Science toolkit", "Start experimenting!", "for the micro:bit v2"][randint(0, 7)]
}

/* override */ startup() {
Expand Down

0 comments on commit a5d90b7

Please sign in to comment.