Skip to content

Conversation

@ohms-dev
Copy link

@ohms-dev ohms-dev commented Jun 5, 2021

Notes
Currently, ts files are compiled in the same directory which I found to be distracting. To solve this, I moved all the ts files to their own separate directories and let them compile into directories required by dota. Specifically -

  • ts files in game/scripts/vscripts moved to game/scripts/vscripts_ts . (lib/timers.lua is still under the same path)
  • ts files in content/panorama/scripts/custom_game moved to content/panorama/scripts_ts/custom_game

Testing
Tested by running npm install , npm run build and manually testing the game with a blank small map. The behaviour is same (new units are panicking and earthbind ability is added)

@ohms-dev ohms-dev marked this pull request as ready for review June 5, 2021 18:40
@Perryvw Perryvw mentioned this pull request Jul 2, 2021
@Perryvw Perryvw closed this in #5 Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant