tiny fixes

This commit is contained in:
Nicky Case 2018-04-27 14:12:39 -04:00
parent d72ec968c2
commit fb2e7c9525
5 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,5 @@
!["The Wisdom and/or Madness of Crowds"](http://ncase.me/crowds/social/thumb.png)
# PLAY IT HERE: [http://ncase.me/crowds/](http://ncase.me/crowds/)
*The Wisdom and/or Madness of Crowds* is dedicated to the public domain,

View File

@ -224,12 +224,12 @@ a:hover{
background-size: auto 100%;
}
#sandbox_shortcuts_label{
font-size: 18px;
font-size: 22px;
}
#sandbox_shortcuts{
font-size: 14px;
line-height: 1.5em;
color: #999;
font-size: 20px;
line-height: 1.2em;
color: #999;
}
/* MODAL */

View File

@ -65,7 +65,7 @@ Good luck, and thanks again!
<meta property="og:image" content="http://ncase.me/crowds/social/thumb.png">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/index.css?v=2">
<link rel="stylesheet" type="text/css" href="css/index.css?v=3">
</head>
<body>
@ -231,7 +231,7 @@ Good luck, and thanks again!
<script src="js/slideshow/Preloader.js"></script>
<script src="js/slideshow/Translations.js?v=2"></script>
<script src="js/sim/Peep.js"></script>
<script src="js/sim/Peep.js?v=2"></script>
<script src="js/sim/Connection.js"></script>
<script src="js/sim/ConnectorCutter.js"></script>
<script src="js/sim/Simulations.js"></script>
@ -245,7 +245,7 @@ Good luck, and thanks again!
<script src="js/chapters/G_Small_World.js"></script>
<script src="js/chapters/H_Conclusion.js"></script>
<script src="js/chapters/I_Credits.js"></script>
<script src="js/chapters/J_Sandbox.js"></script>
<script src="js/chapters/J_Sandbox.js?v=2"></script>
<script src="js/main.js"></script>
@ -895,7 +895,7 @@ Also, <b></b> bolds a word/phrase, and <i></i> italicizes a word/phrase.
top: 410px;
left: 220px;
text-align: center;
color: #aaa;
color: #999;
">
(wanna make your own simulations?
check out Sandbox Mode, by clicking the (★) button below!)
@ -983,7 +983,9 @@ Also, <b></b> bolds a word/phrase, and <i></i> italicizes a word/phrase.
<div style="font-size: 3em; line-height: 1.0em;">
NICKY CASE</div>
<a target="_blank" href="http://ncase.me" style="text-decoration:none">
play my other shtuff</a>
play my other shtuff</a> ·
<a target="_blank" href="https://twitter.com/ncasenmare" style="text-decoration:none">
follow my tweeter</a>
<br><br>
@ -1611,7 +1613,7 @@ Final thing! These references also need you to TRANSLATE:
</h3>
<div>
The keyboard shortcuts (1, 2, space, delete)
The keyboard shortcuts (1, 2, space, backspace)
work in <i>all</i> the puzzles, not just Sandbox Mode!
Seriously, you can go back to a different chapter,
and edit the simulation right there.

View File

@ -27,7 +27,7 @@ SLIDES.push(
// Simulation UI
{
type:"box",
x:35, y:385,
x:35, y:400,
sim_ui:"red"
},

View File

@ -133,7 +133,7 @@ function Peep(config){
// Travel Clockwise
var spin = getUnitVector(self);
spin = rotateVector(spin, Math.TAU/4);
spin = multiplyVector(spin, 0.02*0.8);
spin = multiplyVector(spin, 0.02*0.25); // even less spin
self.velocity = addVectors(self.velocity, spin);
// Air Friction