This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
entries.json
100 lines (100 loc) · 1.58 KB
/
entries.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"id": "0",
"name": "Scripts",
"type": null,
"children": [
{
"id": "1",
"name": "Script",
"type": "script"
},
{
"id": "6",
"name": "scrPlayer",
"type": "script"
},
{
"id": "10",
"name": "scrTitle",
"type": "script"
},
{
"id": "25",
"name": "scrCamera",
"type": "script"
}
]
},
{
"id": "9",
"name": "Sprites",
"type": null,
"children": [
{
"id": "4",
"name": "sprPlant",
"type": "sprite"
},
{
"id": "12",
"name": "sprBackground",
"type": "sprite"
},
{
"id": "13",
"name": "sprPlayer",
"type": "sprite"
},
{
"id": "16",
"name": "sprBar",
"type": "sprite"
},
{
"id": "21",
"name": "sprShadow",
"type": "sprite"
},
{
"id": "26",
"name": "sprMario",
"type": "sprite"
}
]
},
{
"id": "8",
"name": "Scenes",
"type": null,
"children": [
{
"id": "5",
"name": "scnGame",
"type": "scene"
},
{
"id": "7",
"name": "scnTitle",
"type": "scene"
}
]
},
{
"id": "20",
"name": "Models",
"type": null,
"children": [
{
"id": "22",
"name": "Cubic Model",
"type": "cubicModel"
},
{
"id": "24",
"name": "3D Model",
"type": "model"
}
]
}
]