584 B
584 B
1 | id | zh | en |
---|---|---|---|
2 | Object reference not set to an instance of an object. | 尝试在空对象上调用虚拟方法。 | Object reference not set to an instance of an object. |
3 | missing_parameters | 缺少参数。 | Missing parameters. |
4 | room_root_node_must_be_node2d | 房间根节点必须是 Node2D。 | Room root node must be Node2D. |
5 | width_or_height_of_room_slot_must_be_1 | 房间槽的宽度或高度必须为1。 | The width or height of the room slot must be 1. |
6 | connected_room_timeout | 连接房间超时。 | Connecting the room timed out. |
7 | projectiles_is_empty | 未设置抛射体。 | The projectile is not set. |