-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject - Kopie.kha
85 lines (85 loc) · 1.28 KB
/
project - Kopie.kha
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
{
"format": 2,
"game": {
"name": "Komponent2D",
"width": 640,
"height": 480
},
"assets": [
{
"type": "image",
"file": "coinspin.png",
"name": "coinspin"
},
{
"type": "image",
"file": "ground.png",
"name": "ground"
},
{
"type": "image",
"file": "player_default.png",
"name": "player_default"
},
{
"type": "image",
"file": "playerShip1_red.png",
"name": "playerShip1_red"
},
{
"type": "image",
"file": "wabbit.png",
"name": "wabbit"
},
{
"type": "blob",
"file": "Arial14.kravur",
"name": "Arial14.kravur"
},
{
"type": "blob",
"file": "Arimo20.kravur",
"name": "Arimo20.kravur"
},
{
"type": "blob",
"file": "example.yaml",
"name": "example"
},
{
"type": "blob",
"file": "roboto18.kravur",
"name": "roboto18.kravur"
},
{
"type": "image",
"file": "Rect.png",
"name": "Rect"
}
],
"rooms": [
{
"name": "default",
"parent": null,
"neighbours": [],
"assets": [
"coinspin",
"ground",
"player_default",
"playerShip1_red",
"wabbit",
"Arial14.kravur",
"Arimo20.kravur",
"example",
"roboto18.kravur",
"Rect"
]
}
],
"sources": [
"Libs/komponent2D",
"Libs/hx-yaml/src/",
"Libs/hxcollision",
"Libs/compiletime/src"
]
}