MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

Adjust new font #188

Open michalove opened 10 years ago

michalove commented 10 years ago

In the last commit I uploaded the font as a .ttf. It has slightly different properties now (different size of space etc...). If you find any place, where the font looks off, please tell me here.

Other news:

Germanunkol commented 10 years ago

It's so pretty!

Looks really neat. It slightly messes up spacing on the keyboard shortcuts in the level editor. I think it's because I use small letters there but the font is now higher. We'll have to check that - maybe it's enough to just move the keyboard shortcut letters down a few pixels.

michalove commented 10 years ago

Adding letters now is much easier than before. So if you have any requests, please tell me.

For example, the saving screen uses a quotation mark " which isn't in the font yet. Should I add it?

Edit: Oh and also the butten on the lower right, does not know that the new "return" symbol is a very small symbol. The button itself is still quiet big.

Germanunkol commented 10 years ago

Yes, I'll need to adjust the function that chooses the buttons. Will try to get around to it tomorrow.

The quotation mark would be great, yes. Also, I was missing brackets before. We might not need them in the final game, but it might be nice to have them available, if it's now easy to add new letters....

michalove commented 10 years ago

These brackets are in there already: (). Do you need these as well: [],{} ?

Germanunkol commented 10 years ago

No, so far I've only needed the round ones. That should be enough.

michalove commented 10 years ago

I added quotation marks and moved the shortcut letters down a bit.

There is only one thing left to do: The letters are not fully aligned with the base line (test goes up and down a bit). I will check, if I can improve that. Otherwise we will live with that.