- Ja es pot moure entre habitacions (falten dalt i baix)

This commit is contained in:
2024-06-13 14:21:57 +02:00
parent d04176b363
commit 377ca978e2
2 changed files with 13 additions and 9 deletions

View File

@@ -536,23 +536,23 @@ switch (section)
line += 10;
ui::label("YP", 2, line, 48, 11);
changed |= btn_small(48, line, room::editor::refExit(YP), -1, 64, 36);
ui::button("GO", 84, line, 13, 11);
if (ui::button("GO", 84, line, 13, 11)) room::load(room::editor::refExit(YP));
line += 10;
ui::label("XP", 2, line, 48, 11);
changed |= btn_small(48, line, room::editor::refExit(XP), -1, 64, 36);
ui::button("GO", 84, line, 13, 11);
if (ui::button("GO", 84, line, 13, 11)) room::load(room::editor::refExit(XP));
line += 10;
ui::label("YN", 2, line, 48, 11);
changed |= btn_small(48, line, room::editor::refExit(YN), -1, 64, 36);
ui::button("GO", 84, line, 13, 11);
if (ui::button("GO", 84, line, 13, 11)) room::load(room::editor::refExit(YN));
line += 10;
ui::label("ZP", 2, line, 48, 11);
changed |= btn_small(48, line, room::editor::refExit(ZP), -1, 64, 36);
ui::button("GO", 84, line, 13, 11);
if (ui::button("GO", 84, line, 13, 11)) room::load(room::editor::refExit(ZP));
line += 10;
ui::label("ZN", 2, line, 48, 11);
changed |= btn_small(48, line, room::editor::refExit(ZN), -1, 64, 36);
ui::button("GO", 84, line, 13, 11);
if (ui::button("GO", 84, line, 13, 11)) room::load(room::editor::refExit(ZN));
line += 10;
/*changed |= btn("COLOR:", 10, 140, room::editor::refColor(), 5, 11);