@@ -31,7 +31,7 @@ public void Draw()
31
31
{
32
32
Process . Start ( new ProcessStartInfo
33
33
{
34
- FileName = "https://github.com/PassiveModding/Meddle/" , UseShellExecute = true
34
+ FileName = Constants . MeddleUrl , UseShellExecute = true
35
35
} ) ;
36
36
}
37
37
}
@@ -43,7 +43,7 @@ public void Draw()
43
43
{
44
44
Process . Start ( new ProcessStartInfo
45
45
{
46
- FileName = "https://github.com/PassiveModding/Meddle/issues" , UseShellExecute = true
46
+ FileName = Constants . MeddleBugReportUrl , UseShellExecute = true
47
47
} ) ;
48
48
}
49
49
@@ -60,7 +60,7 @@ public void Draw()
60
60
{
61
61
Process . Start ( new ProcessStartInfo
62
62
{
63
- FileName = "https://github.com/PassiveModding/MeddleTools/" , UseShellExecute = true
63
+ FileName = Constants . MeddleToolsUrl , UseShellExecute = true
64
64
} ) ;
65
65
}
66
66
}
@@ -121,16 +121,13 @@ public void Draw()
121
121
122
122
private static List < ( string , string , string ) > UserCredits =>
123
123
[
124
- ( "PassiveModding" , "Developer" , "https://github.com/PassiveModding/Meddle" ) ,
125
- ( "Asriel" , "GPU/DX11 data handling, shape and attribute logic, attach work, skeleton traversal" ,
126
- "https://github.com/WorkingRobot" )
124
+ ( "PassiveModding" , "Developer" , Constants . MeddleUrl ) ,
125
+ ( "Asriel" , "GPU/DX11 data handling, shape and attribute logic, attach work, skeleton traversal" , "https://github.com/WorkingRobot" )
127
126
] ;
128
127
129
128
private static List < ( string , string , string ) > ProjectCredits =>
130
129
[
131
- ( "Xande" , "Base for the plugin, PBD file structure, meshbuilder, racedeformer, havok research" ,
132
- "https://github.com/xivdev/Xande" ) ,
133
-
130
+ ( "Xande" , "Base for the plugin, PBD file structure, meshbuilder, racedeformer, havok research" , "https://github.com/xivdev/Xande" ) ,
134
131
( "Penumbra" , "Shader logic, vertex info, spanbinaryreader impl." , "https://github.com/xivdev/Penumbra" ) ,
135
132
( "Lumina" , "File structures" , "https://github.com/NotAdam/Lumina/" ) ,
136
133
( "Pathfinder" , "World overlay reference design." , "https://github.com/chirpxiv/ffxiv-pathfinder" )
0 commit comments