Skip to content

Commit b44b96f

Browse files
committed
improved readme
1 parent bd3d23c commit b44b96f

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,18 @@ After that you can press `Ctrl+Shift+B` in VSCode or run `npm run dev` command i
1717

1818
## Contents:
1919

20-
* **[src/vscripts]:** TypeScript code Dota addon (Lua) scripts. Compiles lua to game/scripts/vscripts.
21-
* **[src/panorama]:** TypeScript code for panorama UI
20+
* **[src/common]:** TypeScript .d.ts type declaration files with types that can be shared between Panorama and VScripts
21+
* **[src/vscripts]:** TypeScript code for Dota addon (Lua) vscripts. Compiles lua to game/scripts/vscripts.
22+
* **[src/panorama]:** TypeScript code for panorama UI. Compiles js to content/panorama/scripts/custom_game
23+
24+
--
25+
26+
* **[game/*]:** Dota game directory containing files such as npc kv files and compiled lua scripts.
27+
* **[content/*]:** Dota content directory containing panorama sources other than scripts (xml, css, compiled js)
28+
29+
--
30+
31+
* **[scripts/*]:** Repository installation scripts
2232

2333
## Continuous Integration
2434

0 commit comments

Comments
 (0)