-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.xml
More file actions
27 lines (24 loc) · 1.25 KB
/
extension.xml
File metadata and controls
27 lines (24 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="3.3" release="8.1|CoreRPG:4.1">
<announcement text="Close Windows v1.1 FGC/FGU\r2023-2024 Justin Freitas, 2/12/24" font="emotefont" icon="close_icon" />
<properties>
<name>Feature: Close Windows</name>
<version>1.1</version>
<loadorder>1400</loadorder>
<author>Justin Freitas</author>
<description>Closes windows that were opened.</description>
</properties>
<base>
<script name="CloseWindows" file="scripts/closewindows.lua" />
<icon name="close_icon" file="graphics/icons/close_icon.png" />
<icon name="sidebar_icon_close" file="graphics/sidebar/sidebar_icon_close.png" />
<includefile source="campaign/closewindows.xml" />
<string name="sidebar_tooltip_closeall">Close All</string>
<string name="library_recordtype_label_closewindows">Close Windows</string>
<string name="option_header_closewindows">Close Windows</string>
<string name="option_label_CLOSEWINDOWS_KEEP_CT_OPEN">Keep CT Open</string>
<string name="option_label_CLOSEWINDOWS_KEEP_IMAGES_OPEN">Keep Images Open</string>
<string name="option_label_CLOSEWINDOWS_KEEP_PS_OPEN">Keep PS Open</string>
<string name="option_label_CLOSEWINDOWS_KEEP_TIMER_OPEN">Keep Timer Open</string>
</base>
</root>