Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Bump pictures in arcade mode level choose menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Czapa10 committed Jan 6, 2020
1 parent 1fc4737 commit efdf2b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified resources/textures/gui/bunker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/textures/gui/sewage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scenes/gui/arcadeModeChooseMenu.gui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<gui>
<interface name="arcadeChooseMenu">
<widget name="menuBorder" contentPath="textures/gui/menuBorder.png" origin="0.5">
<widget name="bunkerButton" contentPath="textures/gui/bunker.jpg" scale="0.17" origin="0.5" position="0.27, 0.55" onButtonPressed="replaceScene:scenes/arcadeTheBunker.xml"/>
<widget name="bunkerButton" contentPath="textures/gui/bunker.jpg" scale="0.22, 0.19 " origin="0.5" position="0.27, 0.55" onButtonPressed="replaceScene:scenes/arcadeTheBunker.xml"/>
<textWidget name="bunkerText" origin="0.5" position="0.15, 0.72" fontPath="fonts/joystixMonospace.ttf" textPosition="0.1" color="black" text="Bunker"/>
<widget name="sewageButton" contentPath="textures/gui/sewage.jpg" scale="0.17" origin="0.5" position="0.73, 0.55" onButtonPressed="replaceScene:scenes/arcadeSewage.xml"/>
<widget name="sewageButton" contentPath="textures/gui/sewage.jpg" scale="0.22, 0.19" origin="0.5" position="0.73, 0.55" onButtonPressed="replaceScene:scenes/arcadeSewage.xml"/>
<textWidget name="sewageText" origin="0.5" position="0.6, 0.72" fontPath="fonts/joystixMonospace.ttf" textPosition="0.1" color="black" text="Sewage"/>

<textWidget name="exitToMenuButton" origin="0.5" position="0.5, 0.85" scale="0.5" contentPath="textures/gui/exitButton.png" fontPath="fonts/joystixMonospace.ttf" textPosition="0.2, 0.1" color="black" onButtonPressed="replaceScene:scenes/mainMenu.xml" text="Main Menu"></textWidget>
Expand Down

0 comments on commit efdf2b1

Please sign in to comment.