Remove testmap2
This commit is contained in:
@ -49,8 +49,7 @@
|
|||||||
"door": {
|
"door": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"direction": 3,
|
"direction": 3
|
||||||
"map": "testmap2.json"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"width": 3,
|
|
||||||
"height": 3,
|
|
||||||
"layers": [
|
|
||||||
{
|
|
||||||
"tiles": [
|
|
||||||
1, 1, 1,
|
|
||||||
1, 1, 1,
|
|
||||||
1, 1, 1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"entities": [
|
|
||||||
{
|
|
||||||
"type": 1,
|
|
||||||
"x": 0,
|
|
||||||
"y": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -31,6 +31,5 @@ target_sources(${DAWN_TARGET_NAME}
|
|||||||
|
|
||||||
# Assets
|
# Assets
|
||||||
tool_copy(testmap testmap.json)
|
tool_copy(testmap testmap.json)
|
||||||
tool_copy(testmap2 testmap2.json)
|
|
||||||
|
|
||||||
add_dependencies(${DAWN_TARGET_NAME} dawnassets)
|
add_dependencies(${DAWN_TARGET_NAME} dawnassets)
|
||||||
|
@ -9,8 +9,7 @@
|
|||||||
#include "assert/assert.h"
|
#include "assert/assert.h"
|
||||||
|
|
||||||
const char_t * MAP_LIST_PATHS[] = {
|
const char_t * MAP_LIST_PATHS[] = {
|
||||||
"testmap.json",
|
"testmap.json"
|
||||||
"testmap2.json"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const int32_t MAP_LIST_COUNT = sizeof(MAP_LIST_PATHS) / sizeof(char_t*);
|
const int32_t MAP_LIST_COUNT = sizeof(MAP_LIST_PATHS) / sizeof(char_t*);
|
||||||
|
@ -9,8 +9,7 @@
|
|||||||
#include "dawn.h"
|
#include "dawn.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
MAP_LIST_TEST,
|
MAP_LIST_TEST
|
||||||
MAP_LIST_TEST2
|
|
||||||
} maplist_t;
|
} maplist_t;
|
||||||
|
|
||||||
extern const char_t *MAP_LIST_PATHS[];
|
extern const char_t *MAP_LIST_PATHS[];
|
||||||
|
Reference in New Issue
Block a user