Initial Commit
* Adds Working Example * Adds release scripts
This commit is contained in:
7
release.ps1
Normal file
7
release.ps1
Normal 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
|
||||
Reference in New Issue
Block a user