Skip to content

Commit 5b87b7a

Browse files
madebricculus
authored andcommitted
Remove duplicate action from sequence in bubbling_cauldron scene
1 parent 0a27069 commit 5b87b7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/games/lair/game.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,6 @@ scenes = {
20252025
{ input="down", from=time_to_ms(1, 638), to=time_to_ms(2, 490), nextsequence="seq9" },
20262026
{ input="right", from=time_to_ms(1, 835), to=time_to_ms(2, 720), nextsequence="seq9" },
20272027
{ input="left", from=time_to_ms(1, 638), to=time_to_ms(2, 490), nextsequence="seq8" },
2028-
{ input="left", from=time_to_ms(1, 638), to=time_to_ms(2, 490), nextsequence="seq8" },
20292028
}
20302029
},
20312030

0 commit comments

Comments
 (0)