Added missing fonts

This commit is contained in:
Manmadedrummer
2025-09-04 16:31:07 -04:00
committed by GitHub
parent 884a0e3614
commit 76cdbe738a

View File

@@ -39,9 +39,10 @@ The **Araxia Teleport Selector** is an intuitive in-game interface for players t
## 📦 File Structure
```
TeleportSelectorClient.lua -- Client UI: buttons, layout, event handling
TeleportSelectorServer.lua -- Server coords: teleport destination data
TeleportSelectorClient.lua -- Client UI: buttons, layout, event handling - Goes inside Server Lua Scripts folder
TeleportSelectorServer.lua -- Server coords: teleport destination data - Goes inside Server Lua Scripts folder
Interface/Buttons/Teleport -- Go inside you custom MPQ
Interface/Fonts/ -- Go inside you custom MPQ
```
---