mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 07:40:22 -04:00
Place Electrowalls over other walls.
This commit is contained in:
parent
0a29a374e1
commit
54f56162e9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ MOVE_MARGIN = 0.15
|
|||
MOVE_SPEED = 13
|
||||
|
||||
# Let us place these on top of other Thangs
|
||||
overlappableThangTypeNames = ['Torch', 'Chains', 'Bird', 'Cloud 1', 'Cloud 2', 'Cloud 3', 'Waterfall', 'Obstacle']
|
||||
overlappableThangTypeNames = ['Torch', 'Chains', 'Bird', 'Cloud 1', 'Cloud 2', 'Cloud 3', 'Waterfall', 'Obstacle', 'Electrowall']
|
||||
|
||||
class ThangTypeSearchCollection extends CocoCollection
|
||||
url: '/db/thang.type?project=original,name,version,slug,kind,components'
|
||||
|
|
Loading…
Add table
Reference in a new issue