Skip to content

Commit

Permalink
修正音符Y偏移计算方法有些问题
Browse files Browse the repository at this point in the history
框架跟进
  • Loading branch information
MrZ626 committed Apr 17, 2023
1 parent 176c098 commit 0be03e0
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 8 files
+43 −31 bgm.lua
+1 −2 color.lua
+66 −1 gcExtend.lua
+1 −1 init.lua
+1 −1 require.lua
+8 −0 tableExtend.lua
+12 −15 text.lua
+88 −56 widget.lua
2 changes: 1 addition & 1 deletion assets/track.lua
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function Track:draw(map)
end
if a >0 then
local dx,dy=note:getOffset(1-timeRemain/2.6)
dy=dy*noteDY
dy=dy+noteDY

gc_translate(dx,dy)
if note.type=='tap' then
Expand Down

0 comments on commit 0be03e0

Please sign in to comment.