diff options
| author | daoge_cmd <3523206925@qq.com> | 2026-03-01 12:16:08 +0800 |
|---|---|---|
| committer | daoge_cmd <3523206925@qq.com> | 2026-03-01 12:16:08 +0800 |
| commit | b691c43c44ff180d10e7d4a9afc83b98551ff586 (patch) | |
| tree | 3e9849222cbc6ba49f2f1fc6e5fe7179632c7390 /Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui | |
| parent | def8cb415354ac390b7e89052a50605285f1aca9 (diff) | |
Initial commit
Diffstat (limited to 'Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui')
| -rw-r--r-- | Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui new file mode 100644 index 00000000..17828a27 --- /dev/null +++ b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui @@ -0,0 +1,83 @@ +<XuiCanvas version="000c"> +<Properties> +<Width>1280.000000</Width> +<Height>720.000000</Height> +</Properties> +<XuiScene> +<Properties> +<Id>TutorialPopup</Id> +<Width>497.000000</Width> +<Height>210.000000</Height> +<Position>719.000000,53.000000,0.000000</Position> +<DisableFocusRecursion>true</DisableFocusRecursion> +<ClassOverride>CScene_TutorialPopup</ClassOverride> +<Visual>PointerTextPanel</Visual> +</Properties> +<XuiHtmlControl> +<Properties> +<Id>Description</Id> +<Width>447.000000</Width> +<Height>170.000000</Height> +<Position>25.000000,20.000000,0.000000</Position> +<Anchor>5</Anchor> +<Visual>XuiHtmlControl</Visual> +</Properties> +</XuiHtmlControl> +<XuiLabel> +<Properties> +<Id>XuiInventoryPic</Id> +<Width>64.000000</Width> +<Height>64.000000</Height> +<Position>216.000000,126.000000,0.000000</Position> +<Anchor>24</Anchor> +<Show>false</Show> +<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride> +<Visual>ItemButtonRed</Visual> +</Properties> +</XuiLabel> +<XuiImage> +<Properties> +<Id>XuiImage</Id> +<Width>320.000000</Width> +<Height>180.000000</Height> +<Position>88.000000,10.000000,0.000000</Position> +<Anchor>24</Anchor> +<Show>false</Show> +<ImagePath>TutorialExitScreenshot.png</ImagePath> +</Properties> +</XuiImage> +<XuiLabel> +<Properties> +<Id>Title</Id> +<Width>447.000000</Width> +<Height>43.000000</Height> +<Position>25.000000,20.000000,0.000000</Position> +<Anchor>5</Anchor> +<Show>false</Show> +<Visual>XuiLabelLight_Shadowed</Visual> +</Properties> +</XuiLabel> +<XuiLabel> +<Properties> +<Id>FontSize</Id> +<Width>205.000000</Width> +<Height>74.000000</Height> +<Position>-198.000000,524.000000,0.000000</Position> +<Text>18</Text> +</Properties> +</XuiLabel> +<XuiText> +<Properties> +<Id>XuiText1</Id> +<Width>657.000000</Width> +<Height>139.000000</Height> +<Position>-209.000000,442.000000,0.000000</Position> +<DesignTime>true</DesignTime> +<Text>To change the font size of the text in the HTML control, change the value of the "FontSize" control to the size required.</Text> +<TextColor>0xff0f0f0f</TextColor> +<DropShadowColor>0x800f0f0f</DropShadowColor> +<TextStyle>0</TextStyle> +</Properties> +</XuiText> +</XuiScene> +</XuiCanvas> |
