diff --git a/README.md b/README.md index 09b0019..8c9d2fa 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,42 @@ -# hello-world -Hello world new project template. +# Cocos Creator Shader Effect Demo + +[![](https://img.shields.io/badge/Release-0.1.0-green.svg)](CHANGELOG.md) +[![](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) +[![](https://img.shields.io/badge/Support-Cocos%20Creator%20v2.2.1-orange.svg)](http://www.cocos.com/creator) + + +## 特效预览 + +### 内发光 + + + + + +## 支持一下作者吧 + +![](./static/pay.png) + +## LICENSE + + MIT License + + Copyright (c) 2019 Zhitao Cai + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/assets/scenes/GlowInnerEffectScene.fire b/assets/scenes/GlowInnerEffectScene.fire index 0d07b17..d3e21d4 100755 --- a/assets/scenes/GlowInnerEffectScene.fire +++ b/assets/scenes/GlowInnerEffectScene.fire @@ -171,7 +171,7 @@ "array": [ 0, 0, - 407.8979651824706, + 492.17758360225525, 0, 0, 0, @@ -474,7 +474,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 576, - "height": 540 + "height": 460 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -486,7 +486,7 @@ "ctor": "Float64Array", "array": [ -192, - 270, + 320, 0, 0, 0, @@ -1319,7 +1319,7 @@ "ctor": "Float64Array", "array": [ 0, - -126, + -110, 0, 0, 0, @@ -2080,7 +2080,7 @@ "ctor": "Float64Array", "array": [ 0, - -222, + -190, 0, 0, 0, @@ -2841,7 +2841,7 @@ "ctor": "Float64Array", "array": [ 0, - -318, + -270, 0, 0, 0, @@ -3602,7 +3602,7 @@ "ctor": "Float64Array", "array": [ 0, - -414, + -350, 0, 0, 0, @@ -4363,7 +4363,7 @@ "ctor": "Float64Array", "array": [ 0, - -510, + -430, 0, 0, 0, @@ -5086,7 +5086,7 @@ "_enabled": true, "alignMode": 1, "_target": null, - "_alignFlags": 42, + "_alignFlags": 41, "_left": 0, "_right": 0.4, "_top": 0, @@ -5114,7 +5114,7 @@ "_layoutSize": { "__type__": "cc.Size", "width": 576, - "height": 540 + "height": 460 }, "_resize": 1, "_N$layoutType": 2, @@ -5130,7 +5130,7 @@ "_N$paddingTop": 0, "_N$paddingBottom": 0, "_N$spacingX": 0, - "_N$spacingY": 36, + "_N$spacingY": 20, "_N$verticalDirection": 1, "_N$horizontalDirection": 0, "_N$affectedByScale": false, @@ -5196,7 +5196,7 @@ "ctor": "Float64Array", "array": [ 288, - 229.665, + 320, 0, 0, 0, @@ -5792,10 +5792,10 @@ "_enabled": true, "alignMode": 1, "_target": null, - "_alignFlags": 42, + "_alignFlags": 41, "_left": 0.6, "_right": 0, - "_top": 48, + "_top": 0, "_bottom": 48, "_verticalCenter": 0, "_horizontalCenter": 0, diff --git a/static/PAY.png b/static/PAY.png new file mode 100644 index 0000000..cb7fc77 Binary files /dev/null and b/static/PAY.png differ