workadventure/front/src/Phaser/Components
David Négrier 315fe7ca82
Adding a "font-family" property for text objects. (#1311)
- Tiled displays your system fonts.
- Computers have different sets of fonts. Therefore, browsers never rely on system fonts
- Which means if you select a font in Tiled, it is quite unlikely it will render properly in WorkAdventure

To circumvent this problem, in your text object in Tiled, you can now add an additional property: `font-family`.

The `font-family` property can contain any "web-font" that can be loaded by your browser.

This allows us to use the "Press Start 2P" 8px font in text objects, which renders way better than the default "Sans serif" font of your browser.
2021-07-29 17:49:51 +02:00
..
ChatModeIcon.ts Added a radial menu to run emotes 2021-05-19 15:17:50 +02:00
ClickButton.ts basic login page with a text input and a click button 2020-04-26 17:54:56 +02:00
Loader.ts Revert "Fix loader logo WA (#991)" 2021-05-04 15:15:23 +02:00
MobileJoystick.ts FIX: on a touch screen, the menu emote will not open if more than one pointer is used 2021-06-03 10:22:06 +02:00
OpenChatIcon.ts FEATURE: migrated the chat window to svelte 2021-07-07 18:07:58 +02:00
PresentationModeIcon.ts Added a radial menu to run emotes 2021-05-19 15:17:50 +02:00
RadialMenu.ts now use custom emotes with tweens instead of transistions 2021-05-25 16:37:24 +02:00
SoundMeter.ts Using "standardized-audio-context" to fix compatibility of AudioContext with Safari. 2021-06-02 17:58:58 +02:00
TextField.ts improved textField component and allowed 8 caracter names 2020-10-15 14:23:39 +02:00
TextInput.ts Make login text input field touch capable (thx @TabscoEye) 2021-04-13 00:19:06 +02:00
TextUtils.ts Adding a "font-family" property for text objects. (#1311) 2021-07-29 17:49:51 +02:00
WarningContainer.ts FEATURE: warning message when world is near full capacity 2021-03-23 17:44:47 +01:00