mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Remove common scripts from user-created levels
This commit is contained in:
parent
8838903d58
commit
485bc4d6cf
1 changed files with 0 additions and 85 deletions
|
@ -1,85 +0,0 @@
|
|||
module.exports = [
|
||||
{
|
||||
"channel": "surface:sprite-selected",
|
||||
"noteChain": [
|
||||
{
|
||||
"sprites": [
|
||||
{
|
||||
"id": "Captain Anya",
|
||||
"say": {
|
||||
"text": "What do you need help with, boss?",
|
||||
"responses": [
|
||||
{
|
||||
"text": "What do I do next?",
|
||||
"channel": "help-next"
|
||||
},
|
||||
{
|
||||
"text": "I'm lost",
|
||||
"channel": "help-overview"
|
||||
},
|
||||
{
|
||||
"text": "Never mind.",
|
||||
"channel": "end-current-script"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"eventPrereqs": [
|
||||
{
|
||||
"eventProps": [
|
||||
"sprite",
|
||||
"thang",
|
||||
"id"
|
||||
],
|
||||
"equalTo": "Captain Anya"
|
||||
}
|
||||
],
|
||||
"id": "Anya Clicked Guide"
|
||||
"repeats": true
|
||||
},
|
||||
{
|
||||
"channel": "help-next",
|
||||
"noteChain": [
|
||||
{
|
||||
"sprites": [
|
||||
{
|
||||
"id": "Captain Anya",
|
||||
"say": {
|
||||
"text": "Look for a list of objectives on the upper left. They tell you what to focus on."
|
||||
}
|
||||
}
|
||||
],
|
||||
"dom": {
|
||||
"highlight": {
|
||||
"target": "#primary-goals-list"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "Clicked Help Next"
|
||||
},
|
||||
{
|
||||
"channel": "help-overview",
|
||||
"noteChain": [
|
||||
{
|
||||
"sprites": [
|
||||
{
|
||||
"id": "Captain Anya",
|
||||
"say": {
|
||||
"text": "Click the 'Guide' button on the upper right for an overview of the level and some hints."
|
||||
}
|
||||
}
|
||||
],
|
||||
"dom": {
|
||||
"highlight": {
|
||||
"target": "#docs-button"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "Clicked I'm Lost"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue