You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix black screen is stucked when pausing the game ([`c03e2a2`](../../commit/c03e2a28ad1aca33e5824b60a4b39e953eff4a52))
88
+
* Fix scale time goes below 0 ([`70a1d39`](../../commit/70a1d394796c2f9de9b6fc8001563bb4a09bd872))
89
+
* Rely on [MyBox](https://github.com/Deadcows/MyBox) ([`dfebbb0`](../../commit/dfebbb0910d52e5199cd9abda5ce6e97968afe74))
90
+
* Add by self option for rotate action ([`2e239b8`](../../commit/2e239b8a269e57ed0bca94557630224d34dcc668))
91
+
* Specify way to control frame rate in the editor ([`877351a`](../../commit/877351a8fb375c814867c30b49eb9ce01526abae))
92
+
* Add utility functions to choose one object from `list` or `array`. ([`089ea6f`](../../commit/089ea6f1f82b86d47a3579f5a169bc577492c8d8))
93
+
* Place menu item under category `Tools` ([`12c0220`](../../commit/12c0220d20c797ef19b629c09a82e71ba20fb8ee))
94
+
* Add reset position for 3D distance tile action ([`02bc20b`](../../commit/02bc20b640c4fbb242185dbdea775f16db4e897e))
95
+
* Add feature to control time by keys ([`2f8c6a1`](../../commit/2f8c6a1c98b87baa61e3adb05371cd484622db9b))
96
96
97
97
## 2.3.0
98
98
> Released Sep 12, 2022
@@ -109,29 +109,29 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
109
109
* Add new component `JCS_ToggleCanvasButton`
110
110
* Add new component `JCS_ShowCanvasButton`
111
111
* Add new component `JCS_CanvasCanvasButton`
112
-
* Fix unmatched file name `JCS_Manager` (1223fb41d90fe39bbfe3bcac76e8c59d112a616a)
113
-
* Reset damage text's transform for each display (70c0e0c9512544ac4106fbc66a9fef1f75bdbc74)
114
-
* Fix miscalculation around resolution for `JCS_GUILiquidBar` (c441c5668acf8da00d4ee8f43f3653f372588dc8)
115
-
* Add reload scene option for load scene module (0da7d0546de58d05ac25b39212026684361719f5)
116
-
* Add main canvas option in `Canvas` module (834fe2e4ae21cc5704675c56d30a17a41c37f28a)
117
-
* Fix effects on `JCS_Item` don't apply to Unity Object type (2dd9e97674e78f7a2587a3b1520952faa7cf718c)
118
-
* Add bounce friction to `JCS_OneJump` item effect (124726c736c7fbee352ec12315002f08210bb3cd)
119
-
* Remove annoying missing target message from `JCS_3DWalkAction` (feac70e8eaf1d7c100c33dfcf79a1bd75fe94897)
120
-
* Expand range limit on basic wave spawner (38a7c0c5571c66c94e18b24171340a283426e0bd)
121
-
* Expand range limit on basic init spawner (87699dac6e5ec939d590f46a64798b7b83f5c4ac)
122
-
* Add new component `JCS_SoundSlider` (db619483ad014e57535bbbec1c6efce86c0cec7b)
112
+
* Fix unmatched file name `JCS_Manager` ([`1223fb4`](../../commit/1223fb41d90fe39bbfe3bcac76e8c59d112a616a))
113
+
* Reset damage text's transform for each display ([`70c0e0c`](../../commit/70c0e0c9512544ac4106fbc66a9fef1f75bdbc74))
114
+
* Fix miscalculation around resolution for `JCS_GUILiquidBar` ([`c441c56`](../../commit/c441c5668acf8da00d4ee8f43f3653f372588dc8))
115
+
* Add reload scene option for load scene module ([`0da7d05`](../../commit/0da7d0546de58d05ac25b39212026684361719f5))
116
+
* Add main canvas option in `Canvas` module ([`834fe2e`](../../commit/834fe2e4ae21cc5704675c56d30a17a41c37f28a))
117
+
* Fix effects on `JCS_Item` don't apply to Unity Object type ([`2dd9e97`](../../commit/2dd9e97674e78f7a2587a3b1520952faa7cf718c))
118
+
* Add bounce friction to `JCS_OneJump` item effect ([`124726c`](../../commit/124726c736c7fbee352ec12315002f08210bb3cd))
119
+
* Remove annoying missing target message from `JCS_3DWalkAction` ([`feac70e`](../../commit/feac70e8eaf1d7c100c33dfcf79a1bd75fe94897))
120
+
* Expand range limit on basic wave spawner ([`38a7c0c`](../../commit/38a7c0c5571c66c94e18b24171340a283426e0bd))
121
+
* Expand range limit on basic init spawner ([`87699da`](../../commit/87699dac6e5ec939d590f46a64798b7b83f5c4ac))
122
+
* Add new component `JCS_SoundSlider` ([`db61948`](../../commit/db619483ad014e57535bbbec1c6efce86c0cec7b))
123
123
* Remove ambiguous keyword `Score`, in `JCS_DeltaNumber`(d4056d56ed40e7ed3f08aea1d04e481cd23d0c95)
124
-
* Make `JCS_TextDeltaNumber` closer to `JCS_DeltaNumber` (5a6c38d44d9229531b6823c3d5924c0fb3d84ceb)
125
-
* Improve enable/disable component with time events, no longer just the behaviours (0314b03ea5862f9b1b4903f2a16025cf93859430)
126
-
* Add agent and obstacle check for `JCS_3DWalkAction` component (4973663dd0ca9c6a7ed2fd64ec395c64c1e122f7)
127
-
* Add `done` flag for enable/disable component with time events (33a27f21e0f7b7ad5709c05d24ec0cc13b488e90)
128
-
* Add callback options for visually full/empty liquid bars (8d56205721b4c669e73ce610da9e316de50b5569)
129
-
* Fix panel root from getting in parent, should restrain it from just one level parent (95529f449f04f071d84aa21259e140b50739476b)
130
-
* Add UI components to update slider value, `JCS_UpdateSliderButton` (ac5de4b0a387831c72df715184515a839211f3b4)
131
-
* Rename keyword `Game Pad` to `Gamepad` (adfc7d8eec2b0362ac3bba95089d7dd4bd123237)
132
-
* Add new component `JCS_SliderTextDisplay` to display slider's value (eb3ab41bbeaf828984d3627c9c115f4ed4bee3c7)
133
-
* Use text object interface to reduce duplicate code (760c6ac8c3b9a05623e64504614fb17f537a8837)
134
-
* Add new `UI/Slider` component `JCS_SliderInputField` (cd15404eff785615e7420f8642f338d329384ebe)
124
+
* Make `JCS_TextDeltaNumber` closer to `JCS_DeltaNumber` ([`5a6c38d`](../../commit/5a6c38d44d9229531b6823c3d5924c0fb3d84ceb))
125
+
* Improve enable/disable component with time events, no longer just the behaviours ([`0314b03`](../../commit/0314b03ea5862f9b1b4903f2a16025cf93859430))
126
+
* Add agent and obstacle check for `JCS_3DWalkAction` component ([`4973663`](../../commit/4973663dd0ca9c6a7ed2fd64ec395c64c1e122f7))
127
+
* Add `done` flag for enable/disable component with time events ([`33a27f2`](../../commit/33a27f21e0f7b7ad5709c05d24ec0cc13b488e90))
128
+
* Add callback options for visually full/empty liquid bars ([`8d56205`](../../commit/8d56205721b4c669e73ce610da9e316de50b5569))
129
+
* Fix panel root from getting in parent, should restrain it from just one level parent ([`95529f4`](../../commit/95529f449f04f071d84aa21259e140b50739476b))
130
+
* Add UI components to update slider value, `JCS_UpdateSliderButton` ([`ac5de4b`](../../commit/ac5de4b0a387831c72df715184515a839211f3b4))
131
+
* Rename keyword `Game Pad` to `Gamepad` ([`adfc7d8`](../../commit/adfc7d8eec2b0362ac3bba95089d7dd4bd123237))
132
+
* Add new component `JCS_SliderTextDisplay` to display slider's value ([`eb3ab41`](../../commit/eb3ab41bbeaf828984d3627c9c115f4ed4bee3c7))
133
+
* Use text object interface to reduce duplicate code ([`760c6ac`](../../commit/760c6ac8c3b9a05623e64504614fb17f537a8837))
134
+
* Add new `UI/Slider` component `JCS_SliderInputField` ([`cd15404`](../../commit/cd15404eff785615e7420f8642f338d329384ebe))
0 commit comments