-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6196ed7
commit d8677d1
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# CleanUpOnAisle3 | ||
A small extension that autocleans on runtime changes | ||
# CleanUpOnAisle3 v1.0.0 | ||
A small extension that autocleans on runtime changes (VM to YYC or vice versa) Windows IDE currently supported | ||
Setup: | ||
|
||
I'd recommend creating an `.gitingore` file and include this. | ||
``` | ||
.cuta3 | ||
``` | ||
As `.cuta3` will generate within the project dictory. `.cuta3` is a temporary file and should be respected as such. (It's kept purely for stashing results of the last runtime state) | ||
|
||
Download the latest release from [here.](https://github.com/tabularelf/CleanUpOnAisle3/releases) Once downloaded, head over to GameMaker and import the extension under Tools -> Import Local Package. Hit "Add All" and press "OK". | ||
No additional setup is required! The first time run will clean your project automatically (as to stash the last runtime state) | ||
After that, any future runs will only occur an autoclean whenever the switch from YYC to VM (or vice versa). |