Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

feat: added outer border to the game over screen #149

Closed stefaniamak closed 4 years ago

stefaniamak commented 4 years ago

Purpose

I added a border (color green) at the outside of the wider UIBox.

Changes made

I change the outer UIBox's and outer RelativeLayout's familys. The RelativeLayout got the family with the white background and the UIBox got the family with the green background.

How to test

  1. Check https://github.com/Terasology/LightAndShadowResources/pull/58
  2. Start a LAS game
  3. Choose a team
  4. Open the developer tab and gain the enemy team's by writting give and redflag or blackflag
  5. Score as many points as you need to finish up the game
  6. The Game Over Screen will pop up when you score the last point

Note: You can go to LAUtils.java and change GOAL_SCORE variable from 5 to 1, so you need to score 1 point to end the game.

Screenshot

image