Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Oct 18, 2024
1 parent 8a4264e commit 4ae1fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/compiler/_files/data/projectiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,15 @@ const struct projectile_def_t test_scene_projectiles[] = {
.life_time = 60,
.collision_group = COLLISION_GROUP_3,
.collision_mask = COLLISION_GROUP_1,
.strong = false,
.bounds = {
.left = 0,
.bottom = 7,
.right = 15,
.top = -8
},
.anim_tick = 15,
.anim_noloop = false,
.animations = {
{
.start = 0,
Expand Down Expand Up @@ -470,13 +472,15 @@ const struct projectile_def_t test_scene_projectiles[] = {
.life_time = 60,
.collision_group = COLLISION_GROUP_3,
.collision_mask = COLLISION_GROUP_1,
.strong = false,
.bounds = {
.left = 0,
.bottom = 7,
.right = 15,
.top = -8
},
.anim_tick = 15,
.anim_noloop = false,
.animations = {
{
.start = 1,
Expand Down

0 comments on commit 4ae1fb7

Please sign in to comment.