Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interactive to other mz layers #249

Merged
merged 1 commit into from
May 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bubble-wrap-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ layers:
data: { source: mz_current_location }
draw:
ux-location-gem-overlay:
interactive: global.sdk_interactive
sprite: ux-current-location
size: 36px
collide: false
Expand Down Expand Up @@ -1195,6 +1196,7 @@ layers:
data: { source: mz_dropped_pin }
draw:
ux-icons-overlay:
interactive: global.sdk_interactive
sprite: ux-search-active
size: [36px,54px]
collide: false
Expand Down Expand Up @@ -1323,13 +1325,15 @@ layers:
data: { source: mz_default_line }
draw:
sdk-line-overlay:
interactive: global.sdk_interactive
color: '#06a6d4'
order: 503
width: 3px
mz_default_polygon:
data: { source: mz_default_polygon }
draw:
sdk-polygon-overlay:
interactive: global.sdk_interactive
color: [0.02,0.65,0.82,0.5] #'#06b1e2'
order: 501
sdk-line-overlay:
Expand Down