Skip to content

Commit

Permalink
custom box number, script window
Browse files Browse the repository at this point in the history
- Mysterious Box "Custom box" field can be set
- More work done on scripting feature
  • Loading branch information
rainlizard committed Dec 4, 2021
1 parent 46e7aca commit bca451f
Show file tree
Hide file tree
Showing 14 changed files with 586 additions and 28 deletions.
17 changes: 17 additions & 0 deletions AutoLoad/Slabs.gd
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,20 @@ PURPLE_PATH,
# IRON_DOOR_1
# MAGIC_DOOR_1
]

var roomMenuOrder = [
TREASURE_ROOM,
LAIR,
HATCHERY,
TRAINING_ROOM,
LIBRARY,
BRIDGE,
GUARD_POST,
WORKSHOP,
PRISON,
TORTURE_CHAMBER,
BARRACKS,
TEMPLE,
GRAVEYARD,
SCAVENGER_ROOM,
]
21 changes: 21 additions & 0 deletions Scenes/AvailableButton.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[gd_scene format=2]

[node name="AvailableButton" type="TextureButton"]
anchor_right = 1.0
anchor_bottom = 1.0
focus_mode = 0
expand = true
stretch_mode = 5
__meta__ = {
"_edit_use_anchors_": false
}

[node name="ColorRect" type="ColorRect" parent="."]
show_behind_parent = true
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
color = Color( 0.219608, 0.215686, 0.270588, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
Loading

0 comments on commit bca451f

Please sign in to comment.