forked from ktollec-ledger/Blocktail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.vili
More file actions
24 lines (22 loc) · 789 Bytes
/
project.vili
File metadata and controls
24 lines (22 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
id: "blocktail"
name: "Blocktail"
version: "0.1.0"
authors: ["Ledger"]
description: "Simple project to get started with ObEngine"
obengine_version: "0.5.0"
keywords: ["sample", "example"]
categories: ["learning", "template"]
license: "MIT"
exclude: [".gitignore"]
source: "https://github.com/ObEngine/SampleProject"
urls:
homepage: "https://github.com/ObEngine/SampleProject"
issues: "https://github.com/ObEngine/SampleProject/issues"
readme: "https://github.com/ObEngine/SampleProject/tree/master/README.md"
documentation: "https://github.com/ObEngine/SampleProject/wiki"
license: "https://github.com/ObEngine/SampleProject/tree/master/LICENSE"
mounts:
scenes: "game://Scenes"
objects: "game://GameObjects"
lib: "game://Lib"
sprites: "game://Sprites"