Skip to content

Commit

Permalink
- Remove bitop
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 18, 2024
1 parent f6afd7b commit e2c748c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 374 deletions.
2 changes: 1 addition & 1 deletion Zenitha
Submodule Zenitha updated 2 files
+366 −0 bitop.lua
+10 −5 init.lua
366 changes: 0 additions & 366 deletions assets/bitop.lua

This file was deleted.

7 changes: 0 additions & 7 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ love.setDeprecationOutput(false)
love.keyboard.setTextInput(false)
VERSION=require'version'

-- Bit module
local success
success,bit=pcall(require,"bit")
if not success then
bit=require"assets.bitop".bit
end

--------------------------------------------------------------
-- Create directories

Expand Down

0 comments on commit e2c748c

Please sign in to comment.