Skip to content

Commit

Permalink
pushing project to site
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbone25 committed Nov 8, 2020
1 parent 2689c75 commit bac4874
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions graphic-black-disabler/GraphicBlackDisabler.tseproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"formatVersion": "1",
"tool": {
"game": "TTDS"
},
"mod": {
"name": "GraphicBlackDisabler",
"version": "1.0",
"author": "changemymindpls1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-- Decompiled using luadec 2.2 rev: for Lua 5.2 from https://github.com/viruscamp/luadec
-- Command line: A:\Steam\twd-definitive\scripteditor-10-31-20\no-gb-redone\WDC_pc_ProjectSeason4_data\ProjectSettings_temp.lua

-- params : ...
-- function num : 0 , upvalues : _ENV
require("ProjectSettingsManager.lua")
print("Applying WD4 project settings")
ProjectSettingsManager_Apply("Season4")
local prefs = GetPreferences()
PropertySet(prefs, "Enable Graphic Black", false)
PropertySet(prefs, "Render - Graphic Black Enabled", false)
WalkAnimatorUsePrioritiesVer2()
InputSetTouchEnabled(false)

Binary file added releases/graphic-black-disabler-11-5-20.zip
Binary file not shown.

0 comments on commit bac4874

Please sign in to comment.