Spriteset_Map()
精灵组_地图
地图画面上的一组精灵。
Spriteset_Map
The set of sprites on the map screen.
Kind: global function
- Spriteset_Map()
- .initialize()
- .createLowerLayer()
- .update()
- .hideCharacters()
- .createParallax()
- .createTilemap()
- .loadTileset()
- .createCharacters()
- .createShadow()
- .createDestination()
- .createWeather()
- .updateTileset()
- ._canvasReAddParallax()
- .updateParallax()
- .updateTilemap()
- .updateShadow()
- .updateWeather()
spriteset_Map.initialize()
初始化
Initialize
Kind: instance method of Spriteset_Map
spriteset_Map.createLowerLayer()
创建下方的图层
Create lower layer
Kind: instance method of Spriteset_Map
spriteset_Map.update()
更新
Update
Kind: instance method of Spriteset_Map
spriteset_Map.hideCharacters()
隐藏人物
Hide characters
Kind: instance method of Spriteset_Map
spriteset_Map.createParallax()
创建远景
Create parallax
Kind: instance method of Spriteset_Map
spriteset_Map.createTilemap()
创建图块地图
Create tilemap
Kind: instance method of Spriteset_Map
spriteset_Map.loadTileset()
加载图块组
Load tileset
Kind: instance method of Spriteset_Map
spriteset_Map.createCharacters()
创建人物
Create characters
Kind: instance method of Spriteset_Map
spriteset_Map.createShadow()
创建影子
Create shadow
Kind: instance method of Spriteset_Map
spriteset_Map.createDestination()
创建目的地
Create destination
Kind: instance method of Spriteset_Map
spriteset_Map.createWeather()
创建天气
Create weather
Kind: instance method of Spriteset_Map
spriteset_Map.updateTileset()
更新图块组
Update tileset
Kind: instance method of Spriteset_Map
spriteset_Map._canvasReAddParallax()
简单修复画布远景图问题,销毁旧视远景图并且重新添加到树中。
Simple fix for canvas parallax issue, destroy old parallax and readd to the tree.
Kind: instance method of Spriteset_Map
spriteset_Map.updateParallax()
更新远景
Update parallax
Kind: instance method of Spriteset_Map
spriteset_Map.updateTilemap()
更新图块地图
Update tilemap
Kind: instance method of Spriteset_Map
spriteset_Map.updateShadow()
更新影子
Update shadow
Kind: instance method of Spriteset_Map
spriteset_Map.updateWeather()
更新天气
Update weather
Kind: instance method of Spriteset_Map