jialebiEntity.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, 63614, 91411, -10, 12, 631, 927, 0 )
  11. CreateBerthEntity( "入港", 455, 2, 65411, 100611,-10, 12, 658,993, 0 )
  12. CreateBerthEntity( "入港", 455, 2, 62411, 62811,-10, 12, 612,622, 0 )
  13. CreateBerthEntity( "入港", 455, 2, 38011, 15611,-10, 12, 370,165, 0 )
  14. CreateBerthEntity( "入港", 455, 2, 108200, 22500,-10, 12, 1082,211, 0 )
  15. end
  16. InitGarnerEntity()