Skip to content

Commit 19bd8f6

Browse files
author
Josh Lory
committed
Add temporary /p/dancelab for prototyping
1 parent 20ce0fa commit 19bd8f6

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

dashboard/app/controllers/projects_controller.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ class ProjectsController < ApplicationController
9191
spritelab: {
9292
name: 'New Sprite Lab Project',
9393
},
94+
dancelab: {
95+
name: 'New Dance Lab Project',
96+
levelbuilder_required: true,
97+
},
9498
makerlab: {
9599
name: 'New Maker Lab Project',
96100
login_required: true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Dancelab>
2+
<config><![CDATA[{
3+
"game_id": 50,
4+
"created_at": "2018-07-30T16:57:46.000Z",
5+
"level_num": "custom",
6+
"user_id": 1,
7+
"properties": {
8+
"skin": "gamelab",
9+
"is_project_level": true,
10+
"helper_libraries": [
11+
"DanceLab"
12+
],
13+
"hide_animation_mode": true,
14+
"show_type_hints": true,
15+
"use_modal_function_editor": true,
16+
"contained_level_names": null
17+
},
18+
"published": true
19+
}]]></config>
20+
<blocks/>
21+
</Dancelab>

0 commit comments

Comments
 (0)