-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update several entwatch configs (#13)
* Update slender escape entwatch config * Update grau entwatch config * Update farmhouse entwatch config * Update README * Update biohazard manor entwatch config * Add counter tracking to predator ultimate * Update 8bit entwatch config * Update backrooms deathbed entwatch config * Update template.jsonc * Clean up formatting * Update bathroom entwatch * Update fapescape entwatch * Update fapescape rote entwatch * Update journey entwatch cfg * Update l0v0l entwatch cfg * Add lotr helms deep entwatch cfg * Update LOTR minas tirith entwatch cfg * Update LOTR Mines of Moria entwatch cfg * Update ze_lotr_mount_doom_p.jsonc * Update ze_rizomata_p.jsonc * Update ze_santassination_p.jsonc * Update ze_tesv_skyrim_p.jsonc * Update ze_tilex_ultimate_p.jsonc * Update ze_visualizer.jsonc * Update ze_fapescape_p.jsonc * Update ze_lotr_minas_tirith_p.jsonc * Update ze_tesv_skyrim_p.jsonc * Fix description * Scoreboard will not be only HUD long-term --------- Co-authored-by: Vauff <[email protected]>
- Loading branch information
Showing
26 changed files
with
1,993 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,4 +171,4 @@ | |
} | ||
] | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
} | ||
] | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,44 @@ | ||
[ | ||
{ | ||
"name": "Sponge Builder", | ||
"shortname": "Sponge", | ||
"hammerid": "1589", | ||
"message": true, | ||
"ui": true, | ||
"shortname": "Sponge", | ||
"hammerid": "1589", | ||
"message": true, | ||
"ui": true, | ||
"transfer": true, | ||
"color": "yellow" | ||
"color": "yellow", | ||
"handlers": [ | ||
{ | ||
"type": "button", | ||
"hammerid": "1590", | ||
"event": "OnPressed", | ||
"mode": 2, | ||
"cooldown": 52, | ||
"maxuses": 0, | ||
"message": true, | ||
"ui": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Mouse Trap", | ||
"shortname": "Trap", | ||
"hammerid": "1793", | ||
"message": true, | ||
"ui": true, | ||
"shortname": "Trap", | ||
"hammerid": "1793", | ||
"message": true, | ||
"ui": true, | ||
"transfer": true, | ||
"color": "orange" | ||
"color": "orange", | ||
"handlers": [ | ||
{ | ||
"type": "button", | ||
"hammerid": "1794", | ||
"event": "OnPressed", | ||
"mode": 2, | ||
"cooldown": 42, | ||
"maxuses": 0, | ||
"message": true, | ||
"ui": true | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
} | ||
] | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.