mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-27 21:31:16 -04:00
Adds preset images
This commit is contained in:
parent
b6e53d87c7
commit
eece235337
5 changed files with 2 additions and 2 deletions
app
assets/images/pages/editor/level
views/editor/level/modals
BIN
app/assets/images/pages/editor/level/preset_dungeon_large.jpg
Normal file
BIN
app/assets/images/pages/editor/level/preset_dungeon_large.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 88 KiB |
BIN
app/assets/images/pages/editor/level/preset_dungeon_small.jpg
Normal file
BIN
app/assets/images/pages/editor/level/preset_dungeon_small.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 88 KiB |
BIN
app/assets/images/pages/editor/level/preset_indoor_large.jpg
Normal file
BIN
app/assets/images/pages/editor/level/preset_indoor_large.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 82 KiB |
BIN
app/assets/images/pages/editor/level/preset_indoor_small.jpg
Normal file
BIN
app/assets/images/pages/editor/level/preset_indoor_small.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 84 KiB |
|
@ -76,7 +76,7 @@ clusters = {
|
|||
'margin': -1
|
||||
}
|
||||
'furniture': {
|
||||
'thangs': ['Bookshelf', 'Table', 'Candle', 'Treasure Chest']
|
||||
'thangs': ['Bookshelf', 'Chair', 'Table', 'Candle', 'Treasure Chest']
|
||||
'margin': -1
|
||||
}
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ presets = {
|
|||
'width': 15
|
||||
'height': 15
|
||||
'clusters': {
|
||||
'furniture':[1,3]
|
||||
'furniture':[2,4]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue