Skip to content

Commit

Permalink
Fix Opened Platform Screen node box
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 31, 2024
1 parent aab0aea commit a796b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ do
screen = true,
}
door_variants.platform_screen_opened = {
node_box = add_table_array(door_variants.platform_gate_fixed.node_box, { 0, 0, 0, 0, 1, 0 }),
node_box = add_table_array(door_variants.platform_gate_opened.node_box, { 0, 0, 0, 0, 1, 0 }),
counterpart = "platform_screen",
state = "opened",
screen = true,
Expand Down

0 comments on commit a796b50

Please sign in to comment.