Setup/Build Guide
Setup Guide
- Install godot
 
choco install godot --version=4.2.2
- 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 
FileSystemthat should open vscode - Install 
godot-toolsextention 
(if you haven't installed godot through choco then you will need to add it to the path variable)
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 > Keystoreadd the appropriate information.
 - If you need release info, ask the lead dev