Files
Northbound/Assets/External/JMO Assets/Welcome Screen/CFXR_WelcomeScreen.uxml
dal4segno f3923079a4 건설 모드에서 클릭이 잘 작동하지 않는 문제 수정
건설 모드 UI가 클릭되어 건설되지 않는 문제 수정
JMO Asset 위치 조정
Tower, Monster, Creep의 Hit/Destroy FX Prefab 설정 (Template Level)
Tower에 체력바 추가 (최초 건설 시, 체력 변경 시 등장)
Tower 관련 디버깅 로그 정리
건설 토대의 사이즈가 비정상적인 문제 수정
2026-02-25 01:41:58 +09:00

39 lines
2.2 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<engine:UXML
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:engine="UnityEngine.UIElements"
xmlns:editor="UnityEditor.UIElements"
xsi:noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd"
>
<engine:VisualElement name="main">
<engine:VisualElement name="titlebox">
<engine:Label name="lbl_welcometo" text="Welcome to" />
<engine:Image name="img_title" />
</engine:VisualElement>
<engine:VisualElement class="roundedbox">
<engine:TextElement text="Cartoon FX Remaster FREE contains sample effects taken from the commercial Cartoon FX Remaster 1,2,3,4 packs!" />
<engine:TextElement text="Feel free to use them for your projects, and please buy any or all of the commercial packs if you want more!" />
<engine:VisualElement style="height: 10px;" />
<engine:TextElement text="Effects are taken from:" />
<engine:Label name="btn_cfxr1" class="hyperlink" text="• Cartoon FX Remaster 1" />
<engine:Label name="btn_cfxr2" class="hyperlink" text="• Cartoon FX Remaster 2" />
<engine:Label name="btn_cfxr3" class="hyperlink" text="• Cartoon FX Remaster 3" />
<engine:Label name="btn_cfxr4" class="hyperlink" text="• Cartoon FX Remaster 4" />
<engine:VisualElement style="height: 10px;" />
<engine:TextElement text="You can also buy all effects at once at" />
<engine:TextElement text="a reduced price through the" />
<engine:Label name="btn_cfxrbundle" class="hyperlink" text="• Cartoon FX Remaster Bundle" />
<engine:VisualElement style="height: 10px;" />
<engine:VisualElement style="display:flex; flex-direction: row;">
<engine:TextElement text="Thank you! :)" />
<engine:VisualElement name="spacer" style="flex-grow: 1;" />
<engine:Button name="close_dontshow" text="Close and don't show again" />
<engine:Button name="close" text="Close" />
</engine:VisualElement>
</engine:VisualElement>
</engine:VisualElement>
</engine:UXML>