forked from datawhale/whale-town-front
合并主场景和个人小屋
This commit is contained in:
@@ -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])
|
||||
Reference in New Issue
Block a user