mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Added contextmenu
This commit is contained in:
parent
fd2d9b6833
commit
470a79e6b0
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
.world-container.thangs-column
|
||||
h3(data-i18n="editor.level_tab_thangs_conditions") Starting Conditions
|
||||
#canvas-wrapper
|
||||
ul.dropdown-menu#contextmenu
|
||||
li#delete
|
||||
a Delete
|
||||
li#duplicate
|
||||
a Duplicate
|
||||
canvas(width=1848, height=1178)#surface
|
||||
#canvas-left-gradient.gradient
|
||||
#canvas-top-gradient.gradient
|
||||
|
|
Loading…
Reference in a new issue