From 6c8dd9fabe2f10b1dbb951181f115ef6da088ae0 Mon Sep 17 00:00:00 2001 From: The Motherfucking Bearodactyl Date: Tue, 21 May 2024 19:08:14 -0500 Subject: [PATCH] backup commit since i need to reset my pc --- CMakeLists.txt | 1 + README.md | 2 +- mod.json | 14 -------------- src/main.cpp | 2 +- 4 files changed, 3 insertions(+), 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59b76d5..64ab665 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/README.md b/README.md index 67add5f..00815bd 120000 --- a/README.md +++ b/README.md @@ -1 +1 @@ -./about.md \ No newline at end of file +./about.mdCODE FOR THE GLOW EFFECT IS BY TpdeaX diff --git a/mod.json b/mod.json index 5e3fb4f..26cef2c 100644 --- a/mod.json +++ b/mod.json @@ -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", @@ -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", diff --git a/src/main.cpp b/src/main.cpp index 94344ba..21f3194 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,4 +94,4 @@ class $modify(PlayLayer) { $on_mod(Loaded) { Mod::get()->addCustomSetting("gaydient-title-section", "none"); -} \ No newline at end of file +}