update
parent
9f436338e3
commit
3044df88e7
1 changed files with 7 additions and 4 deletions
11
Projects.md
11
Projects.md
|
@ -1,10 +1,6 @@
|
||||||
# Projects
|
# Projects
|
||||||
|
|
||||||
A project contains all information of what you're doing with Variable Time:
|
A project contains all information of what you're doing with Variable Time:
|
||||||
- Asset Files
|
|
||||||
- Animation Data
|
|
||||||
- Artboard settings
|
|
||||||
- Layer settings
|
|
||||||
|
|
||||||
You can save and load your project. This way you can backup your work, or move between browsers and computers.
|
You can save and load your project. This way you can backup your work, or move between browsers and computers.
|
||||||
|
|
||||||
|
@ -36,3 +32,10 @@ project_YYYY-MM-DD-HH-MM-SS-ms.zip
|
||||||
├── AwesomeCustomFont.ttf
|
├── AwesomeCustomFont.ttf
|
||||||
└── AnotherAwesomeCustomFont.ttf
|
└── AnotherAwesomeCustomFont.ttf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The `project.json` file is a [JSON](https://en.wikipedia.org/wiki/JSON) file containing:
|
||||||
|
- The used version of Variable Time
|
||||||
|
- A Project name
|
||||||
|
- Description of used fonts
|
||||||
|
- Values of properties
|
||||||
|
- Animation Data
|
||||||
|
|
Loading…
Reference in a new issue