Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c12hz committed Dec 31, 2024
1 parent 94b28d7 commit a58af64
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 2 deletions.
8 changes: 7 additions & 1 deletion assets/animations/puzzles/puzzle01.anim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
8 changes: 7 additions & 1 deletion assets/animations/puzzles/puzzle02.anim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle03.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle04.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle05.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle06.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle07.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle08.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle09.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle10.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1
13 changes: 13 additions & 0 deletions assets/animations/puzzles/puzzle11.anim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[settings]
time_base = "Relative"
tick_quant = "8"
ticks_per_frame = 64
frame_min = 1
frame_max = 12
frame_start = 1

# LOOP
[[script]]
run_at_frame = 12
action = "SetFrameNext"
frame_index = 1

0 comments on commit a58af64

Please sign in to comment.