-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_editor.cfg
49 lines (41 loc) · 1.02 KB
/
_editor.cfg
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#textdomain wesnoth-Flight_Freedom
#taken and edited from IftU
# Wesnoth textdomain setup
# Loads the translated terrain names
#ifdef EDITOR
[textdomain]
name="wesnoth-Flight_Freedom"
path="data/add-ons/Flight_Freedom/translations"
[/textdomain]
#textdomain wesnoth-Flight_Freedom
# Allows for locating the UMC's /images/terrain directory and its contents
[binary_path]
path="data/add-ons/Flight_Freedom"
[/binary_path]
[editor_group]
id=ftf
name= _ "Flight to Freedom (custom terrains)"
icon="group_custom"
[/editor_group]
# Custom terrain data
{~add-ons/Flight_Freedom/terrain/terrain-graphics.cfg}
{~add-ons/Flight_Freedom/terrain/terrain.cfg}
# end of custom data
[editor_music]
[music]
name=epilogue.ogg
append=yes
title= _ "FtF - Epilogue"
[/music]
[music]
name=intro.ogg
append=yes
title= _ "FtF - Intro"
[/music]
[music]
name=no_way_out.ogg
append=yes
title= _ "FtF - No Way Out"
[/music]
[/editor_music]
#endif