-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 718 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "com.prenominal.realtimecsg",
"version": "1.60.1",
"description": "RealtimeCSG is a CSG level design tool, that allows you to intuitively and rapidly create levels. With its non-destructive workflow, you can easily adjust your levels at any time, and iterate with instant feedback.",
"displayName": "RealtimeCSG",
"unity": "2018.4",
"author": {
"name": "Sander van Rossen (LogicalError), Contributions by Daniel Cornelius (NukeAndBeans, Kerfuffles) and Kolton Meier (Janooba)",
"url": "https://github.com/LogicalError"
},
"documentationUrl": "https://www.realtimecsg.com/documentation/index.html",
"keywords": [
"CSG",
"BSP",
"Realtime",
"Level",
"Editor"
]
}