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.
 
 
 
 
 
 
raycaster/assets/config.json

36 lines
1.3 KiB

{
"sprites": {
"armored_knight": "assets/armored_knight_1-256.png",
"sword": "assets/cinqueda_1-512.png",
"rat_with_sword": "assets/rat_with_sword-256.png",
"barrel_small": "assets/wood_barrel_small-256.png",
"hanging_brazier": "assets/hanging_brazier-256.png",
"torch_pillar": "assets/torch_pillar-256.png",
"torch_crappy": "assets/torch_crappy-256.png",
"torch_horizontal_floor": "assets/torch_horizontal_floor-256.png",
"evil_eye": "assets/evil_eye-sprites.png",
"peasant_girl": "assets/undead_peasant-256.png",
"grave_stone": "assets/grave_stone-256.png",
"floor": "assets/floor_tile_test-256.png",
"ceiling": "assets/ceiling_test-256.png",
"healing_potion_small": "assets/healing_potion_small-256.png",
"well_down": "assets/well_down-256.png",
"rope_vines_up": "assets/rope_vines_up-256.png",
"tripwire_trap": "assets/tripwire_trap-256.png",
"cinqueda": "assets/cinqueda_1-256.png",
"left_gui": "assets/left_gui.png",
"blood_splatter": "assets/blood_splatter-256.png",
"trash_button": "assets/trash_button.png",
"hairy_spider": "assets/hairy_spider-256.png"
},
"enemy": {
"HEARING_DISTANCE": 5
},
"player": {
},
"worldgen": {
"enemy_probability": 40,
"empty_room_probability": 10,
"device_probability": 20
}
}