winterlandEntity.lua
Upload User: bjtaixing
Upload Date: 2021-01-15
Package Size: 24749k
Code Size: 1k
Category:

E-Books

Development Platform:

DOS

  1. ------------------------------------------------------------
  2. --EventEntity.lua Created by knight 2005.5.16.
  3. --
  4. --定义各个地图上的事件实体
  5. print( "loading EventEntity.lua" )
  6. -------------------------------------------------------------
  7. --初始化冬岛的事件实体信息
  8. function InitGarnerEntity()
  9. --创建冬岛港口实体
  10. CreateBerthEntity( "入港", 455, 2, 33714, 96511, -10, 34, 329, 951, 0 )
  11. CreateBerthEntity( "入港", 455, 2, 70214, 72011, -10, 34, 697, 703, 0 )
  12. CreateBerthEntity( "入港", 455, 2, 104314, 62911, -10, 34, 1040, 605, 0 )
  13. CreateBerthEntity( "入港", 455, 2, 24614, 118511, -10, 34, 254, 1203, 0 )
  14. CreateBerthEntity( "入港", 455, 2, 45214, 142211, -10, 34, 715,1140, 0 )
  15. end
  16. InitGarnerEntity()