-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit.nut
14 lines (12 loc) · 885 Bytes
/
init.nut
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*+--------------------------------------------------------------------------------+
| PCapture Vscripts Library |
+----------------------------------------------------------------------------------+
| Author: |
| Interface Illusionist - laVashik :| |
+----------------------------------------------------------------------------------+
| The HUD module, providing tools to craft immersive and informative on-screen |
| elements like text displays and interactive hints. |
+----------------------------------------------------------------------------------+ */
::HUD <- {}
IncludeScript("PCapture-LIB/SRC/HUD/game_text")
IncludeScript("PCapture-LIB/SRC/HUD/hint_instructor")