Exploring raycasters and possibly make a little "doom like" game based on it.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"textures": [
|
|
|
|
"assets/floor_tile_test-256.png",
|
|
|
|
"assets/wall_texture_test-256.png",
|
|
|
|
"assets/ceiling_test-256.png",
|
|
|
|
"assets/wood_wall-256.png"
|
|
|
|
],
|
|
|
|
"sprites": [
|
|
|
|
"assets/armored_knight_1-256.png",
|
|
|
|
"assets/cinqueda_1-256.png",
|
|
|
|
"assets/wood_barrel_large-256.png",
|
|
|
|
"assets/evil_eye_test-256.png",
|
|
|
|
"assets/undead_peasant-256.png"
|
|
|
|
],
|
|
|
|
"floor": "assets/floor_tile_test-256.png",
|
|
|
|
"ceiling": "assets/ceiling_test-256.png"
|
|
|
|
}
|