Skip to content

IMG Optimization Task#212

Open
KevinSunIMG wants to merge 2 commits into
chukong:masterfrom
KevinSunIMG:KevinIMG
Open

IMG Optimization Task#212
KevinSunIMG wants to merge 2 commits into
chukong:masterfrom
KevinSunIMG:KevinIMG

Conversation

@KevinSunIMG

Copy link
Copy Markdown

No description provided.

@raydelto raydelto left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove documented code lines

Comment thread src/actors/Archer.lua
self._sprite3d = cc.EffectSprite3D:create(file)
self._sprite3d:setScale(1.6)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we could remove this line

Comment thread src/actors/Dragon.lua
self._sprite3d = cc.EffectSprite3D:create(file)
self._sprite3d:setScale(10)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could remove this commented line as well

Comment thread src/actors/Knight.lua
self._sprite3d = cc.EffectSprite3D:create(file)
self._sprite3d:setScale(25)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this commented line

Comment thread src/actors/Mage.lua
self._sprite3d = cc.EffectSprite3D:create(file)
self._sprite3d:setScale(1.9)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented line

Comment thread src/actors/Piglet.lua
self._sprite3d:setTexture("model/piglet/zhu0928.jpg")
self._sprite3d:setScale(1.3)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented line

Comment thread src/actors/Rat.lua
self._sprite3d = cc.EffectSprite3D:create(file)
self._sprite3d:setScale(20)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented line

Comment thread src/actors/Slime.lua
self._sprite3d:setTexture("model/slime/baozi.jpg")
self._sprite3d:setScale(17)
self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)
--self._sprite3d:addEffect(cc.V3(0,0,0),CelLine, -1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants