Skip to content

Commit

Permalink
Ready for demo pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismbirmingham committed Jun 29, 2023
1 parent 23d0eb9 commit 9324a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/moonSandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const METEORITE_ORIGIN: ReferenceFrame = {
export const Moon_Sandbox: Scene = {
...baseScene,
name: tr('Moon Sandbox'),
description: tr('Lunar sandbox. Currently supports 4 types of rocks.'),
description: tr('Lunar sandbox. Currently supports 4 types of rocks. Demo Ready.'),
scripts: {
'rockEvaluation': Script.ecmaScript('Rock Evaluation Test', rockEvaluation),
},
Expand Down

0 comments on commit 9324a47

Please sign in to comment.