# Customization

![](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Frhythm-game-starter%2F-M77mUOMVMimR0SwIx0Y%2F-M77pUyqG1k5H1DXfALM%2F31.png?generation=1589286143617631\&alt=media)

### Note Actions

There’s currently 3 note action type

1. Tap
2. Long Press
3. Swipe (Up, Down, Left, Right)

![](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Frhythm-game-starter%2F-M77mUOMVMimR0SwIx0Y%2F-M77pUysXuVDwIq1IRZb%2F33.png?generation=1589286143695930\&alt=media)

![](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Frhythm-game-starter%2F-M77mUOMVMimR0SwIx0Y%2F-M77pUytcZy6NT04qqPM%2F34.png?generation=1589286143593100\&alt=media)

All actions support both touch and keyboard input.

### Custom Note

To create a custom note, simply duplicate one of the existing prefabs and swap out the sprites and other properties you would like.

{% content-ref url="note-prefab/custom-notes" %}
[custom-notes](https://bennykok.gitbook.io/rhythm-game-starter/note-prefab/custom-notes)
{% endcontent-ref %}

### Hit Sound

![](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Frhythm-game-starter%2F-M77mUOMVMimR0SwIx0Y%2F-M77pUyumKl_QC4DHE-w%2F35.png?generation=1589286143611609\&alt=media)

Specific audio can be assigned to the note hit sound


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bennykok.gitbook.io/rhythm-game-starter/note-prefab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
