Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update site #1

Open
wants to merge 6 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
184 changes: 184 additions & 0 deletions idle-embed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions idle-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "idle-embed",
"version": "0.1.0",
"homepage": "http://tul53850.github.io/idle-concept",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand All @@ -9,12 +10,15 @@
"98.css": "^0.1.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-scripts": "5.0.1",
"three": "^0.160.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -36,5 +40,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}
10 changes: 0 additions & 10 deletions idle-embed/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,5 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
8 changes: 5 additions & 3 deletions idle-embed/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ td {
text-align: center;
background-size: 100%;
color: white;
background-color: aliceblue;
}

#overlay-pet-interact {
Expand Down Expand Up @@ -97,7 +98,7 @@ td {

textarea#talk {
width: 96%;
height: 28px;
height: 58px;
resize: none;
color: black;
background-color: white;
Expand All @@ -115,6 +116,7 @@ textarea#talk {

.controls {
vertical-align: text-top;
z-index: 2;
}

.controls b {
Expand All @@ -128,7 +130,7 @@ textarea#talk {

/* +++ Annimations +++ */

@keyframes wiggle {
/*@keyframes wiggle {
0% {
transform: rotate(0deg);
}
Expand Down Expand Up @@ -226,4 +228,4 @@ textarea#talk {
.jump {
animation: jump 1s infinite;
transform-origin: center bottom;
}
}*/
Loading