Skip to content

Commit

Permalink
整理代码 框架跟进
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 20, 2024
1 parent 3ae3d76 commit 8ff8621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Zenitha
Submodule Zenitha updated 2 files
+26 −0 mathExtend.lua
+14 −2 stringExtend.lua
2 changes: 1 addition & 1 deletion assets/game/mode/brik/interior/train.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ return {
for y=1,#m do for x=1,#m[1] do
local C=m[y][x]
if C then
GC.rectangle('line',(P.modeData.hint_x+x-2)*40+7,-(P.modeData.hint_y+y-1)*40+7,26,26)
GC.rectangle('line',(P.modeData.hint_x+x-2)*40+7,-(P.modeData.hint_y+y-1)*40+7,40-14,40-14)
end
end end
end
Expand Down

0 comments on commit 8ff8621

Please sign in to comment.