overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Replace existing images with text on them with actual text drawing #65

Closed AlexKhayrullin closed 3 years ago

AlexKhayrullin commented 4 years ago

In order to make the game possible to fully localize, some pictures need to be replaced with uses of draw_text with appropriate fonts:

AlexKhayrullin commented 3 years ago

Replaced the Metal Sonic lines. @nkrapivin has done the rest. The present/past signposts are covered in #80 .

So that's all of them.

AlexKhayrullin commented 3 years ago

Reopening because one sprite still remains: the "Game Over" label.

Might as well use the opportunity to implement (and make translatable) a "Time Over" message #94

nkrapivin commented 3 years ago

string_upper only works with A-Z letters afaik: https://docs.yoyogames.com/source/dadiospice/002_reference/strings/string_upper.html

AlexKhayrullin commented 3 years ago

It worked with Russian letters too, but good point, I'd better remove string_upper and just make the strings uppercase to begin with.