Traveller/locals/Error.csv
Cold-Mint 544c5303f3
Fixed an issue where the return path of the room template set was invalid, the initial room placement was extracted separately from the new method and added to the seed of map generation.
修复房间模板集返回路径无效的问题,初始房间的放置被单独提取出新的方法,加入地图生成时的种子。
2024-05-21 22:50:33 +08:00

1.5 KiB
Raw Blame History

1idzhenjp
2Object reference not set to an instance of an object.尝试在空对象上调用虚拟方法。Object reference not set to an instance of an object.空のオブジェクト上で仮想メソッドを呼び出してみます。
3missing_parameters缺少参数。Missing parameters.パラメータが不足しています。
4room_root_node_must_be_node2d房间根节点必须是 Node2D。Room root node must be Node2D.ルートードはNode2Dでなければなりません。
5width_or_height_of_room_slot_must_be_1房间槽的宽度或高度必须为1。The width or height of the room slot must be 1.部屋の溝の幅または高さは1でなければなりません。
6connected_room_timeout连接房间超时。Connecting the room timed out.接続部屋はタイムアウトです。
7projectiles_is_empty未设置抛射体。The projectile is not set.射出体は設置されていません。
8map_generator_missing_parameters地图生成器缺少参数。Map generator missing parameters.マップジェネレータが不足しています。
9map_generator_attempts_to_parse_empty_layout_diagrams地图生成器尝试解析空的布局图。Map generator attempts to parse empty layout diagrams.マップジェネレータは空のレイアウト図を解析しようとしています。
10map_generator_has_no_starting_room_data地图生成器没有起点房间数据。Map generator has no starting room data.マップ生成器に起点部屋データはありません。