This commit is contained in:
Sky Johnson 2025-05-29 18:26:51 -05:00
parent 2a74f69f70
commit 4b2a14a359
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -16,7 +16,7 @@ html {
body {
padding: 2rem;
color: rgb(108, 108, 108);
color: white;
background-color: #121212;
}

View File

@ -1,4 +1,4 @@
if fs.exists(".installed") then
if fs_exists(".installed") then
print("Game is already installed! Stopping script.")
return false
end