sevivon-prototype

[RADIOACTIVE] a concept version of sevivon
git clone git://git.figbert.com/sevivon-prototype.git
Log | Files | Refs | README | LICENSE

commit 85f3961aee3faf590df40d097e51312777adb402
parent 9006526e7e32899f0b2c4f1a274bb9bc2fc33177
Author: FIGBERT <figbert@figbert.com>
Date:   Fri,  1 Jan 2021 18:14:20 -0800

Add ios directory to file structure summary

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -57,6 +57,7 @@ sevivon/ │ │ ├─ *.gd │ ├─ default_env.tres │ ├─ project.godot +├─ ios/ ├─ .gitattributes ├─ .gitignore ├─ COPYING @@ -75,6 +76,11 @@ own subdirectories to organize different in-game skins. The `scripts` directory, as the name would imply, contains the project's Godotscript files. +The `ios` directory contains the exported Godot project for iOS. +For the time being, the export is still configured for debugging, +but once a stable release is reached the `ios` folder will become +optimized and update with each release. + ## Contributing Reporting issues and opening pull requests are welcomed.