mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Removed more old editor root page bits. Like #1486 but keeping the editor titles.
This commit is contained in:
parent
6c8051bd48
commit
51bc98665a
3 changed files with 1 additions and 27 deletions
app
|
@ -45,7 +45,7 @@
|
|||
nav:
|
||||
play: "Levels"
|
||||
community: "Community"
|
||||
editor: "Editor"
|
||||
|
||||
blog: "Blog"
|
||||
forum: "Forum"
|
||||
account: "Account"
|
||||
|
@ -540,18 +540,10 @@
|
|||
|
||||
editor:
|
||||
main_title: "CodeCombat Editors"
|
||||
main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!"
|
||||
article_title: "Article Editor"
|
||||
article_description: "Write articles that give players overviews of programming concepts which can be used across a variety of levels and campaigns."
|
||||
thang_title: "Thang Editor"
|
||||
thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics."
|
||||
level_title: "Level Editor"
|
||||
level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!"
|
||||
achievement_title: "Achievement Editor"
|
||||
got_questions: "Questions about using the CodeCombat editors?"
|
||||
contact_us: "Contact us!"
|
||||
hipchat_prefix: "You can also find us in our"
|
||||
hipchat_url: "HipChat room."
|
||||
back: "Back"
|
||||
revert: "Revert"
|
||||
revert_models: "Revert Models"
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
@import "bootstrap/variables"
|
||||
#editor-nav-view
|
||||
.editor-column
|
||||
width: 33%
|
||||
box-sizing: border-box
|
||||
padding-right: 20px
|
||||
float: left
|
||||
h3
|
||||
text-decoration: underline
|
||||
margin-bottom: 2px
|
||||
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
RootView = require 'views/kinds/RootView'
|
||||
template = require 'templates/editor'
|
||||
|
||||
module.exports = class MainEditorView extends RootView
|
||||
id: 'editor-nav-view'
|
||||
template: template
|
Loading…
Add table
Reference in a new issue