1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 19:37:40 +00:00

rope segments now easier to edit

This commit is contained in:
Zeno Rogue
2025-07-29 17:58:55 +02:00
parent 906ee9459b
commit 8f04d0a21f
2 changed files with 14 additions and 0 deletions

View File

@@ -389,6 +389,7 @@ struct rope_platform : public moving_platform {
string glyph() override { return "-"; }
string get_name() override { return "Swinging rope"; }
string get_help() override { return "A part of a swinging rope."; }
void draw() override;
};
struct timed_orb : public entity {