Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
mock Util for the standalone course gen
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaiko committed Nov 20, 2020
1 parent 51f42ed commit 597f3d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/mock-GiantsEngine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ function localToLocal() return 0, 0, 0 end
localToWorld = worldToLocal
function localDirectionToWorld() return 0, 0, 0 end

Cylindered = {}

Utils = {}
Utils.appendedFunction = noOp

MathUtil = {}
function MathUtil.vector2Length(x, y)
return math.sqrt(x*x + y*y)
Expand Down

0 comments on commit 597f3d4

Please sign in to comment.