ermiyaeskandary / Slither.io-bot

Just for fun and AI. Written in Javascript, this is a project which the aim is to make a computer play against humans inside a human-driven game, which is in this case Slither.io. The goal is simple - try and make the snake live and get as long as possible.
Mozilla Public License 2.0
195 stars 124 forks source link

Fixed Overlay #295

Closed Salvationdk closed 8 years ago

Salvationdk commented 8 years ago

Description

Moved status div box down to avoid the overlay starting in the menu box.

TESTING STAGE

Types of changes

statusOerlay DIV moved down to avoid overlap with menu

ermiyaeskandary commented 8 years ago

Why? What's wrong with the current overlay ?

Salvationdk commented 8 years ago

it overlaps the menu on scores data

Salvationdk commented 8 years ago

nofix-fix

ermiyaeskandary commented 8 years ago

@Salvationdk It doesn't for me and I've just reinstalled it from the develop branch :confused: image

Salvationdk commented 8 years ago

font is different than mine...

Salvationdk commented 8 years ago

http://stackoverflow.com/questions/10450091/consolas-smaller-than-verdana

ChadSki commented 8 years ago

We should fix this once and for all by using some sort of stackpanel instead of absolute coordinates.

ermiyaeskandary commented 8 years ago

Confirmed by changing fonts. I'll go with the benefit of the doubt and be cautious so I'm merging with develop... :+1:

Approved with PullApprove