in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.15k stars 353 forks source link

GXT tokens? #26

Closed lexnewgate closed 1 year ago

lexnewgate commented 5 years ago

There are some tokens in GXT which is for icons. Has them been imported into the project?

Also there are additional parsing work to do. Some tokens has special meanings works like escape character. I may need some time to test it in game and research on how to handle it.

in0finite commented 5 years ago

For now, let's just import gxt text. We'll parse tokens later.

lexnewgate commented 5 years ago

Sure.