Setup/Build Guide
    
            Setup Guide
- Install godot
 
choco install godot
- Clone repo
 
git clone https://github.com/DefineX-Studios/typestroid-mobile.git
- Import godot project in 
code\presentation\ts-godot
 
VS Code Guide
- Editor > Editor Settings > Text Editor > External
 
- Enable 
Use External Editor
 
- Paste in path of 
code.cmd (default: C:/Program Files/Microsoft VS Code/bin/code.cmd) 
- Paste in 
{project} --goto {file}:{line}:{col} in flags 
- Open any script from 
FileSystem that should open vscode 
- Install 
godot-tools extention 
Android build guide (Optional)
- Install android studio
 
choco install androidstudio
- Install Build Template from 
Project > Install Android Build Template
 
- (for release) copy keystore to 
code\presentation\ts-godot
 
- (for debug) create an android project so that debug keystore is created
 
- in 
Project > Export > Android > Keystore add the appropriate information.
 
- If you need release info, ask the lead dev