mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 15:45:09 +01:00
🎉 Initial commit.
This commit is contained in:
15
src/main/resources/config.toml
Normal file
15
src/main/resources/config.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
# LambdaControls configuration.
|
||||
|
||||
# The controls mode. Available modes: default, controller, touchscreen
|
||||
controls = "default"
|
||||
|
||||
[hud]
|
||||
# Dertermines which side is used depending of the main hand.
|
||||
side = "right_handed"
|
||||
|
||||
# Colors
|
||||
[colors]
|
||||
normal = "#ffffffff"
|
||||
pressed = "#ffa000ff"
|
||||
background_normal = "#000000aa"
|
||||
background_pressed = "#555555aa"
|
||||
Reference in New Issue
Block a user