合并主场景和个人小屋

This commit is contained in:
王浩
2026-02-07 14:11:00 +08:00
parent 603e7d9fc6
commit 326ab7ce5c
360 changed files with 4913 additions and 21701 deletions

View File

@@ -102,7 +102,7 @@ func _validate_texture():
return false
# ============================================================================
# 调试方法
# 信息方法
# ============================================================================
# 获取瓦片信息
@@ -113,10 +113,3 @@ func get_tile_info() -> Dictionary:
"texture_size": texture.get_size() if texture else Vector2.ZERO,
"auto_snap": auto_snap
}
# 打印瓦片信息
func print_info():
var info = get_tile_info()
print("=== 草地瓦片信息 ===")
for key in info:
print(key, ": ", info[key])