Initial Commit

* Adds Working Example
* Adds release scripts
This commit is contained in:
Indrajith K L
2022-06-12 22:42:24 +05:30
commit aefec38767
5 changed files with 766 additions and 0 deletions

7
release.ps1 Normal file
View File

@@ -0,0 +1,7 @@
$Folder = ".\game\"
if (Test-Path -Path $Folder){
Remove-Item -LiteralPath .\game\ -Force -Recurse
}
dialogc -t aa story.dg stdlib.dg
aambundle -o game story.aastory