Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
JANERUBBISHTOEAT committed Nov 19, 2024
1 parent 6bb4509 commit 4f83495
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
rel="stylesheet"
/>
<style>
:root {
--background-url: url("https://github.com/JANERUBBISHTOEAT/Shawarma-Legend-Save/blob/main/docs/images/home_raw.png?raw=true");
}
body {
font-family: Arial, sans-serif;
margin: 0;
Expand All @@ -19,7 +22,7 @@
width: 80rem;
height: 45rem;
margin: 20px auto;
background: url("./images/home_empty.png") no-repeat center center;
background: var(--background-url) no-repeat center center;
background-size: cover;
border: 2px solid #ccc;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ Path of your data:
%AppData%\..\Local\s1941
```

![beta_html](image.png)
> Beta version available at:
> <https://janerubbishtoeat.github.io/Shawarma-Legend-Save/beta.html>
TODO:

- [x] Read Data Structure
- [x] Write Data Structure
- [x] A static web page to create and edit save data
- [ ] Make it Game Like
- [x] Make it Game Like

## Data Structure

Expand Down

0 comments on commit 4f83495

Please sign in to comment.