Skip to content

Commit

Permalink
修改国际象棋棋子和提示语
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid committed Oct 29, 2024
1 parent 65e1ed0 commit a401c42
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1,292 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public static WChessPiecesModel getSelectedModel() {

public void renderToBuffer(PoseStack poseStack, VertexConsumer vertexConsumer, int packedLight, int packedOverlay) {
poseStack.pushPose();
poseStack.scale(0.5f, 0.5f, 0.5f);
poseStack.translate(0, 1.5, 0);
poseStack.scale(0.9f, 0.9f, 0.9f);
poseStack.translate(0, 0.175, 0);
main.render(poseStack, vertexConsumer, packedLight, packedOverlay);
poseStack.popPose();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"message.touhou_little_maid.cchess.move_limit": "Draw by 60-Move Rule!",
"message.touhou_little_maid.cchess.reset": "Right click on the right black area to reset",
"message.touhou_little_maid.wchess.move_limit": "Draw by 50-Move Rule!",
"message.touhou_little_maid.wchess.reset": "Right click on the red area on either side to reset",
"message.touhou_little_maid.wchess.reset": "Right click on the light yellow area on either side to reset",
"commands.touhou_little_maid.pack.reload.info": "All model pack have been reloaded!",
"commands.touhou_little_maid.power.handle.info": "%d players's power point is changed",
"commands.touhou_little_maid.maid_num.handle.info": "%d players's maid num is changed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"message.touhou_little_maid.cchess.move_limit": "六十回合自然限着!",
"message.touhou_little_maid.cchess.reset": "右击棋盘右侧黑色区域重置",
"message.touhou_little_maid.wchess.move_limit": "五十回合限制!",
"message.touhou_little_maid.wchess.reset": "右击任意一侧的红色区域进行重置",
"message.touhou_little_maid.wchess.reset": "右击任意一侧的淡黄色区域进行重置",
"commands.touhou_little_maid.pack.reload.info": "所有的模型包已经重载!",
"commands.touhou_little_maid.power.handle.info": "修改了 %d 位玩家的 P 点",
"commands.touhou_little_maid.maid_num.handle.info": "修改了 %d 位玩家的女仆数量",
Expand Down
Loading

0 comments on commit a401c42

Please sign in to comment.