Skip to content

Commit

Permalink
Fix: YouTube video playback in C_MENU_ITEM
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek committed Feb 5, 2024
1 parent 0a899f0 commit c101d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zengin/scripts/classes/c_menuitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,9 @@ const int IT_EXTENDED_MENU = 1 << 14; // Advanced menu flag
??? Example "Intended use"
In early engine versions, the initial position of the element could be specified using the `startPosX` and `startPosY` properties. The element moved from these coordinates to the desired position.

At the begining of the video below, it can be seen that the elements slides into the screen. That was probably done using this flag and mentionsed parameters.
At the begining of the video below, it can be seen that the elements slides into the screen. That was probably done using this flag and mentioned parameters.

![type:video](https://www.youtube.com/watch?v=mfJag6fkfH8)
![type:video](https://www.youtube.com/embed/mfJag6fkfH8)

- `IT_TXT_CENTER`
Aligns the text in the element to the center.
Expand Down

0 comments on commit c101d92

Please sign in to comment.