Ver Fonte

gh-pages

Kevin Heinicke há 10 anos atrás
pai
commit
1be4f8f221
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      index.html
  2. 1 1
      js/models/particles.json.js

+ 1 - 1
index.html

@@ -29,7 +29,7 @@ window.scrollTo(0,0);
   <link rel="icon" href="img/favicon.ico" type="image/x-icon">
 </head>
 <body onload="init();">		
-  <nav class="navbar navbar-default navbar-fixed-top" ng-app="interface">
+  <nav class="navbar navbar-default navbar-fixed-top navbar-inverse" ng-app="interface">
     <div class="container" ng-controller="InterfaceController as interface">
     <div class="container-fluid">
       <!-- Brand and toggle get grouped for better mobile display -->

+ 1 - 1
js/models/particles.json.js

@@ -78,7 +78,7 @@ window.possible_particles = function(){ return [
 		mass: 0.1,
 		charge: -1,
 		points: 30,
-		appearence_probabilty: .03,
+		appearence_probabilty: .1,
 		half_life: 1000,
 		decays: [{particles: ["electron", "neutrino"], probability: 1.}],
 		draw_properties: {