-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (41 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"author":
{
"name": "Constantin Liétard",
"url": "https://twitter.com/screenshakes"
},
"description": "Library that helps you to easily build Windows desktop games and experiences in Unity.",
"displayName": "Desktopia",
"name": "club.screenshake.desktopia",
"version": "0.1.1",
"license": "MIT",
"unity": "2020.1",
"samples":
[
{
"displayName": "Transparent Window",
"path": "Samples~/01_TransparentWindow",
"description": "Your very first transparent window"
},
{
"displayName": "Move Cursor",
"path": "Samples~/02_MoveCursor",
"description": "Move the cursor without touching the mouse"
},
{
"displayName": "Inputs",
"path": "Samples~/03_Inputs",
"description": "Listening and reacting to system wide inputs"
},
{
"displayName": "Collisions",
"path": "Samples~/04_Collisions",
"description": "Colliding with the opened windows"
},
{
"displayName": "Drag & Drop",
"path": "Samples~/05_DragDrop",
"description": "Handling dragging files into your app"
}
]
}