Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Oct 16, 2024
2 parents 825a629 + 97466f5 commit 3627503
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Geometry Dash mod that brings texture packs to the next level!
- Fixed comment borders being ugly with certain texture packs
- Extensive Data Driven UI support with JSON

## Data Driven UI
# Data Driven UI

(For extra help, download the example pack)

Expand Down Expand Up @@ -1376,7 +1376,7 @@ An example of this is:
}
```

## Replaceable Textures
# Replaceable Textures

There are a few textures that aren't easily replaceable without affecting the base game, and are thus added for manual sprite overides in Happy Textures.

Expand All @@ -1387,7 +1387,7 @@ For the loading circle in LevelInfoLayer, you can define an outer, center, inner
- play_loading_inner
- play_loading_progress

## Hardcoded Colors
# Hardcoded Colors

It is possible to change GDs hardcoded colors via a `colors.json` file in the `ui` folder. The json is formatted as an object that contains the colors you want to change. These colors require an `r`, `g`, and `b` value, and the `a` (alpha) value is optional. Example (replace "color-id" with an actual ID provided below):

Expand All @@ -1405,27 +1405,27 @@ It is possible to change GDs hardcoded colors via a `colors.json` file in the `u

A list of modifyable colors provided are as follows:

### Universal
## Universal

- background

### LevelSearchLayer
## LevelSearchLayer

- level-search-bg
- level-search-bar-bg
- quick-search-bg
- difficulty-filters-bg
- length-filters-bg

### GJListLayer
## GJListLayer

- list-layer-bg
- list-cell-odd
- list-cell-even
- comment-list-outline-brown
- comment-list-outline-blue

### GJCommentListLayer
## GJCommentListLayer

- comment-cell-odd
- comment-cell-even
Expand All @@ -1435,21 +1435,21 @@ A list of modifyable colors provided are as follows:
- comment-cell-bg-even
- comment-list-layer-bg

### InfoLayer
## InfoLayer

- info-description-bg

### EditLevelLayer
## EditLevelLayer

- edit-description-bg
- edit-name-bg

### MenuLayer
## MenuLayer

- main-menu-bg
- main-menu-ground

### GJChestSprite
## GJChestSprite

- chest-opened-overlay
- 25-chest-opened-overlay
Expand Down

0 comments on commit 3627503

Please sign in to comment.