Skip to content

Commit 11650b0

Browse files
committed
more info
1 parent da3202d commit 11650b0

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

36.9 KB
Loading
149 KB
Loading
64.7 KB
Loading

src/_posts/2026-03-31-fyrox-game-engine-1.0.0.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ by adding confirmation dialog when closing the project manager.
163163

164164
![text box corner radius](/assets/1.0.0/tb_corner_radius.png)
165165

166-
Text box now has a configurable corner radius property:
166+
Text box now has a configurable corner radius property. This is small but important change for consistent look
167+
of the editor.
167168

168169
# Animation Editor
169170

@@ -174,6 +175,23 @@ creating an animation that should capture your actions made in the editor. To do
174175
property that is currently being animated and click on the green key button. Then move the time cursor and repeat these
175176
actions again. After that you can preview the result by clicking on the button with eye icon.
176177

178+
![animation editor background curves](/assets/1.0.0/anim_editor_background_curves.png)
179+
180+
It is also possible now to disable drawing of background curves in the animation editor:
181+
182+
![animation editor background curves](/assets/1.0.0/anim_editor_background_curves.gif)
183+
184+
Background curves are used to visualize values of other animated parameters, but showing them all at once in some cases
185+
creates quite noticeable visual clutter and now it can be removed in a single click.
186+
187+
# ABSM Editor
188+
189+
![absm](/assets/1.0.0/absm.png)
190+
191+
Animation blending state machine editor was improved as well, it is not only the visual style improvements. Adding a
192+
new animation or renaming one is now performed via new input box control. This is much more intuitive than the old
193+
approach.
194+
177195
# Book
178196

179197
[The book](https://fyrox-book.github.io/) was updated for 1.0.0, it now has all screenshots up-to-date,

0 commit comments

Comments
 (0)