about summary refs log tree commit diff stats
path: root/data/maps/the_gallery
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-26 18:35:06 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-26 18:35:06 -0400
commit1b68ed2e63e037d34caec8ff3b2d939a44c12d19 (patch)
tree7742927e6a3064a6369d7c7903818bb9cc442516 /data/maps/the_gallery
parenta9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3 (diff)
downloadlingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.tar.gz
lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.tar.bz2
lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.zip
Added the_tree
Diffstat (limited to 'data/maps/the_gallery')
-rw-r--r--data/maps/the_gallery/doors.txtpb32
1 files changed, 31 insertions, 1 deletions
diff --git a/data/maps/the_gallery/doors.txtpb b/data/maps/the_gallery/doors.txtpb index 3ea51e2..916acb8 100644 --- a/data/maps/the_gallery/doors.txtpb +++ b/data/maps/the_gallery/doors.txtpb
@@ -81,7 +81,37 @@ doors {
81 name: "Tree Painting" 81 name: "Tree Painting"
82 type: ITEM_ONLY 82 type: ITEM_ONLY
83 move_paintings { room: "Main Area" name: "TREE" } 83 move_paintings { room: "Main Area" name: "TREE" }
84 # TODO: any panel in The Tree 84 panels { map: "the_tree" room: "Main Area" name: "COLOR" }
85 panels { map: "the_tree" room: "Main Area" name: "DAMAGE (1)" }
86 panels { map: "the_tree" room: "Main Area" name: "DAMAGE (2)" }
87 panels { map: "the_tree" room: "Main Area" name: "MEAL (1)" }
88 panels { map: "the_tree" room: "Main Area" name: "MEAL (2)" }
89 panels { map: "the_tree" room: "Main Area" name: "WALK (1)" }
90 panels { map: "the_tree" room: "Main Area" name: "WALK (2)" }
91 panels { map: "the_tree" room: "Main Area" name: "REST" }
92 panels { map: "the_tree" room: "Main Area" name: "SLEEP" }
93 panels { map: "the_tree" room: "Main Area" name: "JUMP (1)" }
94 panels { map: "the_tree" room: "Main Area" name: "JUMP (2)" }
95 panels { map: "the_tree" room: "Main Area" name: "DRIZZLE" }
96 panels { map: "the_tree" room: "Main Area" name: "WADE" }
97 panels { map: "the_tree" room: "Main Area" name: "GROW (1)" }
98 panels { map: "the_tree" room: "Main Area" name: "GROW (2)" }
99 panels { map: "the_tree" room: "Main Area" name: "GROW (3)" }
100 panels { map: "the_tree" room: "Main Area" name: "GOOD (1)" }
101 panels { map: "the_tree" room: "Main Area" name: "GOOD (2)" }
102 panels { map: "the_tree" room: "Main Area" name: "GOOD (3)" }
103 panels { map: "the_tree" room: "Main Area" name: "HOVER" }
104 panels { map: "the_tree" room: "Main Area" name: "HAPPY (1)" }
105 panels { map: "the_tree" room: "Main Area" name: "HAPPY (2)" }
106 panels { map: "the_tree" room: "Main Area" name: "HAPPY (3)" }
107 panels { map: "the_tree" room: "Main Area" name: "LIGHT (1)" }
108 panels { map: "the_tree" room: "Main Area" name: "LIGHT (2)" }
109 panels { map: "the_tree" room: "Main Area" name: "LIGHT (3)" }
110 panels { map: "the_tree" room: "Main Area" name: "SMALL (1)" }
111 panels { map: "the_tree" room: "Main Area" name: "SMALL (2)" }
112 panels { map: "the_tree" room: "Main Area" name: "SMALL (3)" }
113 panels { map: "the_tree" room: "Main Area" name: "SPRINKLE" }
114 complete_at: 1
85} 115}
86doors { 116doors {
87 name: "Unyielding Painting" 117 name: "Unyielding Painting"
11 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768