File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments