Skip to content

Commit

Permalink
added new background system for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn committed Nov 24, 2024
1 parent dda87c0 commit 8a5986f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/lt/function/stage/action/set_backdrop.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$scoreboard players set backdrop stage.global $(action_data)

execute if score backdrop stage.global matches 0 run fill -165 135 -204 -133 146 -204 ltextras:curtain
execute if score backdrop stage.global matches 1 run clone -165 135 -189 -133 146 -189 -165 135 -204
execute if score backdrop stage.global matches 2 run clone -165 135 -184 -133 146 -184 -165 135 -204
execute if score backdrop stage.global matches 3 run clone -165 135 -179 -133 146 -179 -165 135 -204
execute if score backdrop stage.global matches 4 run clone -165 135 -174 -133 146 -174 -165 135 -204

0 comments on commit 8a5986f

Please sign in to comment.