BROKEN: Big refactoring happening, so it compiles but game does not run and the tests fail.

This commit is contained in:
Zed A. Shaw 2025-02-08 14:03:09 -05:00
parent 96efc990c1
commit 9e91c71125
25 changed files with 128 additions and 526 deletions

View file

@ -9,8 +9,8 @@
"inventory_count": 0,
"randomized": false,
"components": [
{"type": "Tile", "config": {"chr": "\u2ac5"}},
{"type": "Device",
{"_type": "Tile", "config": {"chr": "\u2ac5"}},
{"_type": "Device",
"config": {"test": true}, "events": ["Events::GUI::STAIRS_DOWN"]
}
]
@ -24,8 +24,8 @@
"inventory_count": 0,
"placement": "fixed",
"components": [
{"type": "Tile", "config": {"chr": "\u2259"}},
{"type": "Device",
{"_type": "Tile", "config": {"chr": "\u2259"}},
{"_type": "Device",
"config": {"test": true}, "events": ["Events::GUI::STAIRS_UP"]
}
]
@ -38,8 +38,8 @@
"description": "Spikes stab you from the floor.",
"inventory_count": 0,
"components": [
{"type": "Tile", "config": {"chr": "\u1ac7"}},
{"type": "Device",
{"_type": "Tile", "config": {"chr": "\u1ac7"}},
{"_type": "Device",
"config": {"test": true}, "events": ["Events::GUI::TRAP"]
}
]