diff --git a/config.js b/config.js index f27ef78..1f91255 100644 --- a/config.js +++ b/config.js @@ -33,6 +33,7 @@ const NEX_CONFIG = { { name: 'Zoom Ratio', key: 'zoomRatio', type: 'number' }, { name: 'Depth', key: 'depth', type: 'number' }, { name: 'Bacground Color', key: 'hex_backgroundColor', rawKey: 'backgroundColor', type: 'color' }, + { name: 'Align with Screen', key: 'alignWithScreen', type: 'bool' }, ] }, 'cc.Sprite': { diff --git a/index.html b/index.html index f9f0371..d9b8588 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,10 @@ + @@ -89,6 +94,7 @@ + @@ -120,6 +126,7 @@ +