css
This commit is contained in:
parent
2a74f69f70
commit
4b2a14a359
BIN
data/dk.db
BIN
data/dk.db
Binary file not shown.
@ -16,7 +16,7 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
color: rgb(108, 108, 108);
|
color: white;
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
if fs.exists(".installed") then
|
if fs_exists(".installed") then
|
||||||
print("Game is already installed! Stopping script.")
|
print("Game is already installed! Stopping script.")
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user