codecombat/app/templates/editor.jade

46 lines
1.8 KiB
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/base
block content
2014-01-14 01:29:58 -05:00
h2(data-i18n="editor.main_title") CodeCombat Editors
2014-01-03 13:32:13 -05:00
p(data-i18n="editor.main_description")
| Build your own levels, campaigns, units and educational content.
| We provide all the tools you need!
2014-01-03 13:32:13 -05:00
div.editor-column
h3
2014-01-14 01:29:58 -05:00
a(href='/editor/level', data-i18n="editor.level_title") Level Editor
div.description(data-i18n="editor.level_description")
| Includes the tools for scripting, uploading audio, and constructing custom logic
| to create all sorts of levels. Everything we use ourselves!
div.editor-column
h3
2014-01-14 01:29:58 -05:00
a(href='/editor/thang', data-i18n="editor.thang_title") Thang Editor
div.description(data-i18n="editor.thang_description")
| Build units, defining their default logic, graphics and audio.
| Currently only supports importing Flash exported vector graphics.
2014-01-03 13:32:13 -05:00
div.editor-column
h3
2014-01-14 01:29:58 -05:00
a(href='/editor/article', data-i18n="editor.article_title") Article Editor
div.description(data-i18n="editor.article_description")
| Write articles that give players overviews of programming concepts which can be
| used across a variety of levels and campaigns.
2014-01-03 13:32:13 -05:00
div.clearfix
2014-01-03 13:32:13 -05:00
hr
2014-01-03 13:32:13 -05:00
p
2014-01-14 01:29:58 -05:00
span(data-i18n="editor.security_notice")
| Many major features in these editors are not currently enabled by default.
| As we improve the security of these systems, they will be made generally available.
| If you'd like to use these features sooner,
a(title='Contact', tabindex=-1, data-toggle="coco-modal", data-target="modal/contact", data-i18n="editor.contact_us") email us!
2014-01-14 01:29:58 -05:00
|
span(data-i18n="editor.hipchat_prefix") You can also find us in our
|
strong
2014-01-14 01:29:58 -05:00
a(href="http://www.hipchat.com/g3plnOKqa", data-i18n="editor.hipchat_url") HipChat room.