Skip to content

Commit

Permalink
why was this still in there
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBearodactyl committed Jun 6, 2024
1 parent 0eddaaa commit e55c9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.21)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(GEODE_LINK_NIGHTLY ON)

project(gay-wave-trail VERSION 1.0.0)

Expand All @@ -19,7 +20,6 @@ else()
message(STATUS "Found Geode: $ENV{GEODE_SDK}")
endif()

set(GEODE_LINK_NIGHTLY ON)
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

setup_geode_mod(${PROJECT_NAME})
9 changes: 1 addition & 8 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.206",
"android": "2.206"
},
"version": "v1.0.19",
"version": "v1.0.20",
"id": "the_bearodactyl.gay-wave-trail",
"name": "Gay Wave Trail",
"developer": "The Bearodactyl",
Expand Down Expand Up @@ -56,13 +56,6 @@
"type": "bool",
"default": true
},
"title-seccion-p1-custom": {
"name": "P1 Custom",
"type": "custom",
"description": "This P1 Custom.",
"scale": 300,
"posX": 80
},
"use-gradient": {
"name": "Enable the GAYDIENT",
"description": "now with 4 colors! full 256\ncolor rainbow NO MORE\n(enables the usage of\nthe below custom colors\ninstead of a vanilla rainbow)",
Expand Down

0 comments on commit e55c9e7

Please sign in to comment.