Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[English](CHANGELOG_EN.md) | 中文

## v1.8.3

- 修复了音效播放逻辑,确保音效播放时包含正确的游戏对象引用

## v1.8.2

- 优化了 UI 组件的布局和初始化逻辑,使用 UIFactory 方法简化代码,提升可读性
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

English | [中文](CHANGELOG.md)

## v1.8.3

- Fixed audio playback logic to ensure correct game object references are included when playing sounds

## v1.8.2

- Optimized UI component layout and initialization logic, simplified code using UIFactory methods, improved readability
Expand Down