Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

请教一个关于tiledmap的问题。

$
0
0

@elec2015 写道:

我把tiledmap的X向,设置为32像素一格,一共30格。
按照范例集合的做法,点击键盘右会实现人物向右移动。
但是会出现走格子的感觉,就是一格一格的走。

请问下,怎么能让人物的行走变得圆滑,在添加动画后能很自然的行走,不是一格一格的。

我尝试把newTile.x += 1; 改为 newTile.x += 0.1;
console.log('原X:'+this._curTile.x);
console.log('移动新的X:'+newTile.x);
this._curTile = newTile;
this._updatePlayerPos();
很遗憾发现this._curTile.x 在加值低于1不会改变。难道真的只能减少像素,添加地图总格数么?

帖子: 2

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>