Skip to content

Commit

Permalink
backup commit since i need to reset my pc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBearodactyl committed May 22, 2024
1 parent 6ffa9ca commit 6c8dd9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ file(GLOB_RECURSE SOURCES
src/utils/*.cpp
src/trail_customization/*.cpp
src/settings/*.cpp
src/fixes/*.cpp
)

add_library(${PROJECT_NAME} SHARED ${SOURCES})
Expand Down
2 changes: 1 addition & 1 deletion README.md
14 changes: 0 additions & 14 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@
"slider": false
}
},
"title-seccion-p1-custom": {
"name": "P1 Custom",
"type": "custom",
"description": "This P1 Custom.",
"scale": 300,
"posX": 80
},
"custom-color-trail-p1": {
"name": "Custom Color",
"type": "bool",
Expand Down Expand Up @@ -215,13 +208,6 @@
"type": "bool",
"default": true
},
"title-seccion-p2-custom": {
"name": "P2 Custom",
"type": "custom",
"description": "This P2 Custom.",
"scale": 300,
"posX": 80
},
"custom-color-trail-p2": {
"name": "Custom Color",
"type": "bool",
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ class $modify(PlayLayer) {

$on_mod(Loaded) {
Mod::get()->addCustomSetting<SectionValue>("gaydient-title-section", "none");
}
}

0 comments on commit 6c8dd9f

Please sign in to comment.