@@ -247,9 +247,9 @@ private void CreateBackground() {
247
247
}
248
248
249
249
private void CreatePauseButton () {
250
- new Actor ("Pause" ).AddComponent ((new GUIButton ("pause" , new Transform (new Vector3f (-.85f , - .85f , .1f ), // Position x,y,
250
+ new Actor ("Pause" ).AddComponent ((new GUIButton ("pause" , new Transform (new Vector3f (-.875f , .85f , .1f ), // Position x,y,
251
251
new Vector3f (0f , 0f , 0f ), // Rotation
252
- new Vector3f (.05f , .1f , 1f )), // Scale x,y,z
252
+ new Vector3f (.025f , .05f , 1f )), // Scale x,y,z
253
253
"Images/Buttons/mainMenuButtonUp.png" , // Button texture
254
254
"Images/Buttons/mainMenuButtonDown.png" , // Button pressed texture
255
255
ColorPalette .DraculaOrchid // Quad Color r,g,b,a
@@ -276,8 +276,8 @@ public void OnDeselect() {
276
276
SetButtonTexture (false );
277
277
278
278
}
279
- }.AddChild (new GUIText ("buttonText" , new Transform (new Vector3f (0f , 0f , .01f )), "Fonts/morningStar " ,
280
- "Pause " , new Vector4f (1f ), .125f , 1f , true ))));
279
+ }.AddChild (new GUIText ("buttonText" , new Transform (new Vector3f (0f , 0f , .01f )), "Fonts/BebasNeue " ,
280
+ "|| " , new Vector4f (1f ), .125f , 1f , true ))));
281
281
282
282
283
283
}
0 commit comments