Skip to content

Commit

Permalink
replace AlignNode. fix soloud usages. [skip CI]
Browse files Browse the repository at this point in the history
* replace AlignNode usages with new implementation.
* fix a wrong soloud usage that caused sound glitches.
  • Loading branch information
pigpigyyy committed Jun 4, 2024
1 parent 00c7898 commit 333a485
Show file tree
Hide file tree
Showing 16 changed files with 1,135 additions and 1,271 deletions.
2 changes: 1 addition & 1 deletion Assets/Script/Dev/Entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ allClear = function() -- 466
Entity:clear() -- 478
Platformer.Data:clear() -- 479
Platformer.UnitAction:clear() -- 480
Audio:stopStream(0.2) -- 481
Audio:stopStream(0.5) -- 481
Struct:clear() -- 482
View.postEffect = nil -- 483
View.scale = scaleContent and screenScale or 1 -- 484
Expand Down
2 changes: 1 addition & 1 deletion Assets/Script/Dev/Entry.yue
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ export allClear = ->
Entity\clear!
Platformer.Data\clear!
Platformer.UnitAction\clear!
Audio\stopStream 0.2
Audio\stopStream 0.5
Struct\clear!
View.postEffect = nil
View.scale = scaleContent and screenScale or 1
Expand Down
Loading

0 comments on commit 333a485

Please sign in to comment.