🎉 Initial commit.

This commit is contained in:
LambdAurora
2019-11-26 16:32:07 +01:00
commit 4ace4b3ba5
20 changed files with 886 additions and 0 deletions

View 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"