-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: ligen131/equal_to_p
base: v1.1.0
head repository: ligen131/equal_to_p
compare: v1.2.0
- 18 commits
- 38 files changed
- 2 contributors
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c636a1f - Browse repository at this point
Copy the full SHA c636a1fView commit details
Commits on Feb 16, 2024
-
feat(image_lib.gd)!: 添加主题、配色版和相关函数
新增: - static var theme: String = "blue" 表示当前主题。 - Color get_palette_color_by_name(name) 获取当前主题下代号 name 的颜色。 - Color get_palette_color_by_info(col_theme, name) 获取主题 col_theme 下 代号 name 的颜色。 - 其他函数和常量。 修改: - PALETTE 修改:PALETTE[col_theme][name]: Color 现在表示主题 col_theme 下代号 name 的颜色。 - void update_animation(...) 函数修改:现在该函数会先替换颜色,再根据 当前 theme 替换颜色(若颜色不在 PALETTE 中则不替换)。 BREAKING CHANGE: 原 PALETTE 废用,update_animation 函数更改。 原先使用 PALETTE 的情况下,考虑用 get_palette_color_by_name 或 get_palette_color_by_info 替代。
Configuration menu - View commit details
-
Copy full SHA for c1575a9 - Browse repository at this point
Copy the full SHA c1575a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1fc70 - Browse repository at this point
Copy the full SHA 7a1fc70View commit details -
feat(styled_button): 添加 disabled 和更改颜色功能
添加了 button_disabled.png 以及根据主题更改配色功能。
Configuration menu - View commit details
-
Copy full SHA for ecfddb6 - Browse repository at this point
Copy the full SHA ecfddb6View commit details -
feat(dynamic_bg)!: 添加背景色和更改配色功能
将 DynamicBg 改为 ColorRect 类型,作为游戏场景的背景色。 将 DynamicBgPattern 的透明度设置为不透明,并添加更改配色功能。 BREAKING CHANGE: DynamicBg 现改为 ColorRect 类型。
Configuration menu - View commit details
-
Copy full SHA for 7951dd6 - Browse repository at this point
Copy the full SHA 7951dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for def3c75 - Browse repository at this point
Copy the full SHA def3c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac5ea02 - Browse repository at this point
Copy the full SHA ac5ea02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c939dfb - Browse repository at this point
Copy the full SHA c939dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a42ac6 - Browse repository at this point
Copy the full SHA 2a42ac6View commit details -
refactor(main)!: 将 $Bg/DynamicBg 移到根节点下
BREAKING CHANGE: $Bg 节点删除,原 $Bg/DynamicBg 节点移至 $DynamicBg。
Configuration menu - View commit details
-
Copy full SHA for ed1327a - Browse repository at this point
Copy the full SHA ed1327aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af326e3 - Browse repository at this point
Copy the full SHA af326e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8813eb - Browse repository at this point
Copy the full SHA f8813ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd6d3e - Browse repository at this point
Copy the full SHA 7fd6d3eView commit details -
Merge pull request #53 from ligen131/feat-20240215-color-palette
添加配色板,配色主题以及根据主题更改配色功能;并更改默认主题色为蓝色
Configuration menu - View commit details
-
Copy full SHA for 87c88e7 - Browse repository at this point
Copy the full SHA 87c88e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5589e - Browse repository at this point
Copy the full SHA 1a5589eView commit details -
Merge pull request #55 from ligen131/chore-20240216-release-1.2.0
chore: release 1.2.0
Configuration menu - View commit details
-
Copy full SHA for 23fcace - Browse repository at this point
Copy the full SHA 23fcaceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfa6f5 - Browse repository at this point
Copy the full SHA 0bfa6f5View commit details -
Merge pull request #54 from ligen131/release-please--branches--main
chore(main): release 1.2.0
Configuration menu - View commit details
-
Copy full SHA for 17a48a3 - Browse repository at this point
Copy the full SHA 17a48a3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.2.0