最终整理版

This commit is contained in:
2026-06-03 17:04:06 +08:00
commit 959055ce90
1240 changed files with 80570 additions and 0 deletions
@@ -0,0 +1,9 @@
extends NpcScript
#
const mapPos : Vector2i = Vector2i(1760, 2560)
var mapName : int = "Desert Deep Level".hash()
#
func OnAreaEnter(player : PlayerAgent):
NpcCommons.WarpInstance(player, mapName, mapPos)