-
Notifications
You must be signed in to change notification settings - Fork 287
Expand file tree
/
Copy pathturnBasedRPG.ogmo
More file actions
187 lines (187 loc) · 5.86 KB
/
turnBasedRPG.ogmo
File metadata and controls
187 lines (187 loc) · 5.86 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "HaxeFlixel Tutorial",
"ogmoVersion": "3.4.0",
"levelPaths": ["."],
"backgroundColor": "#282c34ff",
"gridColor": "#3c4049cc",
"anglesRadians": true,
"directoryDepth": 5,
"layerGridDefaultSize": {"x": 8, "y": 8},
"levelDefaultSize": {"x": 320, "y": 240},
"levelMinSize": {"x": 640, "y": 480},
"levelMaxSize": {"x": 640, "y": 480},
"levelValues": [],
"defaultExportMode": ".json",
"compactExport": false,
"externalScript": "",
"playCommand": "",
"entityTags": [],
"layers": [
{
"definition": "entity",
"name": "entities",
"gridSize": {"x": 16, "y": 16},
"exportID": "40110095",
"requiredTags": [],
"excludedTags": []
},
{
"definition": "tile",
"name": "walls",
"gridSize": {"x": 16, "y": 16},
"exportID": "02788814",
"exportMode": 0,
"arrayMode": 0,
"defaultTileset": "tiles"
}
],
"entities": [
{
"exportID": "40117707",
"name": "player",
"limit": -1,
"size": {"x": 16, "y": 16},
"origin": {"x": 0, "y": 0},
"originAnchored": true,
"shape": {
"label": "Rectangle",
"points": [
{"x": -1, "y": -1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": 1}
]
},
"color": "#00e3ffff",
"tileX": false,
"tileY": false,
"tileSize": {"x": 16, "y": 16},
"resizeableX": false,
"resizeableY": false,
"rotatable": false,
"rotationDegrees": 360,
"canFlipX": false,
"canFlipY": false,
"canSetColor": false,
"hasNodes": false,
"nodeLimit": 0,
"nodeDisplay": 0,
"nodeGhost": true,
"tags": [],
"values": []
},
{
"exportID": "40304284",
"name": "coin",
"limit": -1,
"size": {"x": 16, "y": 16},
"origin": {"x": 0, "y": 0},
"originAnchored": true,
"shape": {
"label": "Rectangle",
"points": [
{"x": -1, "y": -1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": 1}
]
},
"color": "#ffcc00ff",
"tileX": false,
"tileY": false,
"tileSize": {"x": 16, "y": 16},
"resizeableX": false,
"resizeableY": false,
"rotatable": false,
"rotationDegrees": 360,
"canFlipX": false,
"canFlipY": false,
"canSetColor": false,
"hasNodes": false,
"nodeLimit": 0,
"nodeDisplay": 0,
"nodeGhost": true,
"tags": [],
"values": []
},
{
"exportID": "40444291",
"name": "enemy",
"limit": -1,
"size": {"x": 16, "y": 16},
"origin": {"x": 0, "y": 0},
"originAnchored": true,
"shape": {
"label": "Rectangle",
"points": [
{"x": -1, "y": -1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": 1}
]
},
"color": "#0dbc0aff",
"tileX": false,
"tileY": false,
"tileSize": {"x": 16, "y": 16},
"resizeableX": false,
"resizeableY": false,
"rotatable": false,
"rotationDegrees": 360,
"canFlipX": false,
"canFlipY": false,
"canSetColor": false,
"hasNodes": false,
"nodeLimit": 0,
"nodeDisplay": 0,
"nodeGhost": true,
"tags": [],
"values": []
},
{
"exportID": "40444462",
"name": "boss",
"limit": -1,
"size": {"x": 16, "y": 16},
"origin": {"x": 0, "y": 0},
"originAnchored": true,
"shape": {
"label": "Rectangle",
"points": [
{"x": -1, "y": -1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": -1},
{"x": -1, "y": 1},
{"x": 1, "y": 1}
]
},
"color": "#ff0000ff",
"tileX": false,
"tileY": false,
"tileSize": {"x": 16, "y": 16},
"resizeableX": false,
"resizeableY": false,
"rotatable": false,
"rotationDegrees": 360,
"canFlipX": false,
"canFlipY": false,
"canSetColor": false,
"hasNodes": false,
"nodeLimit": 0,
"nodeDisplay": 0,
"nodeGhost": true,
"tags": [],
"values": []
}
],
"tilesets": [
{"label": "tiles", "path": "../images/tiles.png", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAACQCAMAAACPiZ3DAAAABGdBTUEAALGOfPtRkwAAAFRQTFRFAAAAqrfM/udh/q40/smc5O35af/UdeP/0XbQAJnbWmmIm0yj/3BtJZVq4Zpl6EU3Q+Gz////98KCz4JUvWxKUmB8wMvcJitEdjs26qVsi5u0PyYxhk+Z/gAAABx0Uk5TAP///////////////////////////////////6l3rVEAAAMZSURBVGiB7ZdbcusgDED90R0QkwTvf5+XNxKSLMBJm2mvpmMHDAch9KDb1slzUvr5bwB8fb0CYFCXtTY+wmtpC7MAvLwxKxoYA3+a0FwGgH0s2iDPNCYqsg7Isg4ID6/CFMBcBRANprZQPTpbz6STmdOACYuFLXQAo0i/gDHYqX4bIPeh1jiAGjjmolFA6zH1IQIMBaCVzRNkoRVA3sAMgJk/p8GPA07mvweAvn8eoA+mHviZADJABYBLB1vOxfgYBJwK2cIKIBCKDsuAqxq0hLMGaDr82BbGAayjzdiAc3XYXgRMGFHV4H63bljs/Y7G+3YBIEqPtGACA3Dh1hUfRVADtl0AgK8uAvYJCQDcfpkN5gC2tTe0J02KDVxrf7YNqG8ggFVtQH0D+YH7PBsM2OIkFpgIYGzxllh4XJT/gL8COIpMAw5RxgB1eHZ8nnAKcCiWWnkZBlgeYCcBew7+fQUQJxZAySLfCjiOPqWkXgZAfSUNTYsXcU4CMC4yC3jcbg8R0MwgA25eGMCQDXyHCLBg+eQDBHAkgLgFfIwLRlQBaaJ0jLoNxGwBATkuBUCyXviTAa74wymA00D3gwI43cIFG4z4gZBx5/zgfYDns6bi+A/GKcDfhgiACgG0EPA24gBdXeCjUdBgJK2XRf3qNJhm6oIHoB3UykTqAqlMaZ7vJYDej7PwACrHzgP2wershb9toiFbsL2t1r9JqLg092GLp08MCCVk2wy40QVGAaJUwONBUwolsYBqAw0gaSDfwAYB12Tjj7pJnw/69gbznQPpu6TzNp6VBsBeC+8D5J6I2gIA1oE+nOHbAzQbqIC281oAuzrQ5wPYTluQ9Y+xz/en9ysAug3OvxI/yMdXzZHTeBzV/C800hdyjOX82zECQAjHkh4kQP/uC0lLDxmg26ACunyQAbofdBr0AP0Y3w0Ir91xuw++SquxBMD5ILYnAUj79GMU4HYJsLtxAGuDQUCJ8OwHwBEmbED1/26A5geweuEL34AfxNTOyqAflCxM60JMabofKGld9wMVoPmBUhf0Y1TS+lXAP2vxLx2XEutMAAAAAElFTkSuQmCC", "tileWidth": 16, "tileHeight": 16, "tileSeparationX": 0, "tileSeparationY": 0, "tileMarginX": 0, "tileMarginY": 0}
]
}