Coder Social home page Coder Social logo

Editing fonts about translationframework2 HOT 2 CLOSED

kaplas80 avatar kaplas80 commented on June 30, 2024
Editing fonts

from translationframework2.

Comments (2)

AstraeaZero avatar AstraeaZero commented on June 30, 2024

Ok i notice a zip font in your folder, now working but im stuck here:
image
And next question, i notice i must change some chars, i can't add a new char to game, how to automate this process? For example: we have a "ć" symbol, for this symbol i using right alt+c, in game i must use other char for example i change "á" to "ć" but still how to bind this to keyboard?

from translationframework2.

Kaplas80 avatar Kaplas80 commented on June 30, 2024

Hi! The DDS format is DXT5, but I don't use Photoshop, so I can't help you with the options.

For the second question, you can modify this file to add the replacements you need in EncodingReplacements and then recompile the app.

For example, to change ć to á you should add this line:

new Tuple<string, string>("ć", "á"),

This way, you can use ć character in the app and it will be replaced with á character when it creates the files.

from translationframework2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.