Skip to content

Commit

Permalink
blehhh :P
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBlNET13 committed Jul 12, 2024
1 parent 2756d34 commit e933b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/js/CPlants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3935,7 +3935,7 @@ BirthStyle: function (c, e, b, a) {
return Target;
},
Plength1: function (pid, zid) {
//计算僵尸和磁力菇之间的距离
//计算僵尸和磁力菇之间的距离 blehhhh :P
var chang = Math.abs(zid.R - pid.R) * 100;
var kuan = Math.abs(zid.X - GetX(pid.C));
return (
Expand Down

1 comment on commit e933b77

@ClaytonTDM
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was showing him how to use git, this is a test commit

Please sign in to comment.