fixed map; hookshots circle is now drawn on background

This commit is contained in:
lustlion
2022-02-18 13:21:10 +01:00
parent 37d44ce0a2
commit 192b1e6ca0
5 changed files with 24 additions and 4 deletions

View File

@@ -248,6 +248,9 @@ function Entity:Debug()
)
end
end
function Entity:DrawBackground()
end
require "code/entities/kupo"
require "code/entities/arrow"
require "code/entities/decoration"