Skip to content

Commit

Permalink
fix default cw color
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed May 3, 2024
1 parent 24610b3 commit 9565176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/game21/custom_walls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function create_cw(deadly, collision)
cw.visible = true
cw.old_vertices = cw.old_vertices or { 0, 0, 0, 0, 0, 0, 0, 0 }
cw.vertices = cw.vertices or { 0, 0, 0, 0, 0, 0, 0, 0 }
cw.colors = cw.colors or { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
cw.colors = cw.colors or { 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1 }
cw.collision = collision
cw.deadly = deadly
cw.killing_side = 0
Expand Down

0 comments on commit 9565176

Please sign in to comment.