Upload from upload_mods.ps1
This commit is contained in:
34
Config/XUi/windows.xml
Normal file
34
Config/XUi/windows.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--/*Copyright 2024 Christopher Beda
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.*/-->
|
||||
<Quartz name="XUi/windows.xml">
|
||||
<append xpath="/windows">
|
||||
<window depth="5" name="windowQuartzMinimap">
|
||||
|
||||
<!-- Non Masked Minimap Example -->
|
||||
<!-- <panel name="mapView" disableautobackground="true" pos="200,-200" depth="1" controller="Quartz.MiniMap, Quartz" forceicontextoff="false" iconsize="50" iconscalemin="10" iconscalemax="100" zoomscalesteps="0.5, 1, 2, 5">
|
||||
<texture name="mapViewTexture" depth="2" width="300" height="300" material="Materials/MaskableMainmap"/>
|
||||
<panel name="clippingPanel" depth="4" width="300" height="300" disableautobackground="true" createuipanel="true" clipping="SoftClip" clippingsoftness="4,4" clippingsize="300,300" clippingcenter="150,-150"/>
|
||||
</panel> -->
|
||||
|
||||
<!-- Masked Minimap Example -->
|
||||
<panel name="mapView" disableautobackground="true" pos="-240,240" depth="1" controller="Quartz.MiniMap, Quartz" forceicontextoff="false" iconsize="50" iconscalemin="10" iconscalemax="100" zoomscalesteps="0.5, 1, 2, 5">
|
||||
<maskedtexture name="mapViewTexture" depth="2" width="230" height="230" material="Materials/MaskableMainmap" mask="@modfolder(QuartzMinimap)://Textures/circle_mask_white.png"/>
|
||||
<maskedpanel name="clippingPanel" depth="4" width="230" height="230" mask="@modfolder(QuartzMinimap)://Textures/circle_mask_white.png" disableautobackground="true" createuipanel="true" clipping="SoftClip" clippingsoftness="4,4" clippingsize="230,230" clippingcenter="115,-115"/>
|
||||
</panel>
|
||||
|
||||
</window>
|
||||
</append>
|
||||
|
||||
</Quartz>
|
||||
22
Config/XUi/xui.xml
Normal file
22
Config/XUi/xui.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--/*Copyright 2024 Christopher Beda
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.*/-->
|
||||
<Quartz name="XUi_Menu/xui.xml">
|
||||
|
||||
<append xpath="/xui/ruleset/window_group[@name='toolbelt']">
|
||||
<window name="windowQuartzMinimap" anchor="RightBottom"/>
|
||||
</append>
|
||||
<setattribute xpath="/xui//window_group[@name='ingameMenu']" name="close_compass_on_open">true</setattribute>
|
||||
</Quartz>
|
||||
|
||||
24
ModInfo.xml
Normal file
24
ModInfo.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--/*Copyright 2023 Christopher Beda
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.*/-->
|
||||
|
||||
<xml>
|
||||
<Name value="QuartzMinimap" />
|
||||
<DisplayName value="Quartz Minimap" />
|
||||
<Version value="2.2.0" />
|
||||
<Description value="A UI framework mod that adds some new XUi Widgets and XUi Controllers that can be used by modders" />
|
||||
<Author value="Laydor" />
|
||||
<Website value="https://github.com/s7092910/Quartz" />
|
||||
</xml>
|
||||
BIN
Textures/circle_mask_white.png
Normal file
BIN
Textures/circle_mask_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
Textures/pumpkin_mask_white.png
Normal file
BIN
Textures/pumpkin_mask_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user