-
Notifications
You must be signed in to change notification settings - Fork 63
/
help_urls.dmx
27 lines (21 loc) · 1.25 KB
/
help_urls.dmx
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
<!-- dmx encoding keyvalues2 1 format bee_urls 1 -->
"DMElement"
{
// The URLs specified in the app's Help menu.
// This indirection allows us to change them retroactively if the old ones are invalid.
"name" "string" "AppURLs"
"discord_bee2" "string" "https://discord.gg/hnGFJrz"
"store_portal2" "string" "https://store.steampowered.com/app/620/Portal_2/"
"aerond_music_creator" "string" "https://github.com/BEEmod/BEE2-items/wiki/BEEmod-Music-Package-Creator-(BMPC)/"
"wiki_bee2" "string" "https://github.com/BEEmod/BEE2-items/wiki/"
"wiki_peti" "string" "https://developer.valvesoftware.com/wiki/Category:Portal_2_Puzzle_Maker"
"repo_app" "string" "https://github.com/BEEmod/BEE2.4/"
"repo_items" "string" "https://github.com/BEEmod/BEE2-items/"
"repo_music" "string" "https://github.com/BEEmod/BEE2-music/"
"issues_app" "string" "https://github.com/BEEmod/BEE2.4/issues/new/choose"
"issues_items" "string" "https://github.com/BEEmod/BEE2-items/issues/new/choose"
"issues_music" "string" "https://github.com/BEEmod/BEE2-music/issues/new/choose"
// Old keys, to support earlier versions.
"music_changer" "string" "https://github.com/BEEmod/BEE2-items/wiki/BEEmod-Music-Package-Creator-(BMPC)/"
"repo_bee2" "string" "https://github.com/BEEmod/BEE2.4/"
}