Skip to content

Commit

Permalink
Copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Nats-ji committed Jan 12, 2021
1 parent a0bf67b commit ace93de
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
19 changes: 18 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
-- Copyright 2018-2020 Mingming Cui
--
-- This file is part of CyberEngineTWeaks Mod Manager.
--
-- CyberEngineTWeaks Mod Manager is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- CyberEngineTWeaks Mod Manager is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with Foobar. If not, see <https://www.gnu.org/licenses/>.

registerForEvent("onInit", function()
Hotkey = 0x43 -- Change Hotkey Here. You can find Key Codes at https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
draw = false
Expand Down Expand Up @@ -211,4 +228,4 @@ function modNameConvert(name)
else
return string.gsub(" "..name, "%W%l", string.upper):sub(2)
end
end
end
17 changes: 17 additions & 0 deletions theme.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
-- Copyright 2018-2020 Mingming Cui
--
-- This file is part of CyberEngineTWeaks Mod Manager.
--
-- CyberEngineTWeaks Mod Manager is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- CyberEngineTWeaks Mod Manager is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with Foobar. If not, see <https://www.gnu.org/licenses/>.

local theme = {
Text = { 0.95, 0.30, 0.28, 1 },
TextDisabled = { 0.48, 0.39, 0.40, 1 },
Expand Down

0 comments on commit ace93de

Please sign in to comment.