Convert text file line endings to LF.

This commit is contained in:
Ben Rog-Wilhelm 2022-05-09 07:20:47 -05:00 committed by GitHub
parent 67d5db425f
commit 1ee9c1bfa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
166 changed files with 33162 additions and 33162 deletions

View file

@ -1,7 +1,7 @@
new BugController({
imageSprite: "/assets/images/fly-sprite.webp",
canDie: false,
minBugs: 10,
maxBugs: 20,
mouseOver: "multiply"
new BugController({
imageSprite: "/assets/images/fly-sprite.webp",
canDie: false,
minBugs: 10,
maxBugs: 20,
mouseOver: "multiply"
});