mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Untabify every single file
YOLO. This is a repeat of #642. As before, I just did rg -l '\t' | xargs -n 1 sed -i -e 's/\t/ /g' inside the desktop_version/ folder.
This commit is contained in:
@@ -416,7 +416,7 @@ void scriptclass::loadother(const char* t)
|
||||
|
||||
|
||||
static const char* lines[] = {
|
||||
//"delay(15)", "flash(5)", "shake(20)", "playef(9)",
|
||||
//"delay(15)", "flash(5)", "shake(20)", "playef(9)",
|
||||
|
||||
"text(gray,0,114,3)",
|
||||
" -= WARNING =- ",
|
||||
|
||||
Reference in New Issue
Block a user