Skip to main content

Setup/Build Guide

Setup Guide

  1. Install godot
choco install godot
  1. Clone repo
git clone https://github.com/DefineX-Studios/typestroid-mobile.git
  1. Import godot project in code\presentation\ts-godot

VS Code Guide

  1. Editor > Editor Settings > Text Editor > External
  2. Enable Use External Editor
  3. Paste in path of code.cmd (default: C:/Program Files/Microsoft VS Code/bin/code.cmd)
  4. Paste in {project} --goto {file}:{line}:{col} in flags
  5. Open any script from FileSystem that should open vscode
  6. Install godot-tools extention

Android build guide (Optional)

  1. Install android studio
choco install androidstudio
  1. Install Build Template from Project > Install Android Build Template
  2. (for release) copy keystore to code\presentation\ts-godot
  3. (for debug) create an android project so that debug keystore is created
  4. in Project > Export > Android > Keystore add the appropriate information.
  5. If you need release info, ask the lead dev