Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 10, 2024
1 parent bcb174c commit dc368aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion threejs/particle-life/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function init() {
// Load the texture
texture = new THREE.TextureLoader().load('assets/1.png', function (texture) {
let material = new THREE.PointsMaterial({
size: 20,
size: 25,
//map: texture,
sizeAttenuation: true,
transparent: true,
Expand Down
8 changes: 1 addition & 7 deletions threejs/particle-life/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ canvas {
.footer {
position: fixed;
text-align: center;
bottom: 0px;
bottom: 8px;
width: 100%;
color: rgb(218, 223, 227);
}
Expand All @@ -21,17 +21,11 @@ canvas {
color: rgb(0, 179, 255);
}

.footer a:active {
color: rgb(0, 199, 253);
}

.footer a:hover {
color: rgb(0, 255, 234);
}

.footer a:visited {
color: rgb(126, 177, 247);
}

#overlay {
position: fixed;
Expand Down

0 comments on commit dc368aa

Please sign in to comment.