瀏覽代碼

A lot of stuff seems to have broken due to encoding issues. Fix what was found.

Reddo 5 年之前
父節點
當前提交
98220e3d97

+ 1 - 1
The Obelisk.haml

@@ -88,4 +88,4 @@
     %style{:media=>"screen", :type=>"text/css"}
       = File.read "stylesheets/fonts.css"
     %style{:media=>"screen", :type=>"text/css"}
-      = File.read "stylesheets/images.css"
+      = File.read "stylesheets/images.css"

+ 1 - 1
app/CharacterCreation/CharacterOrigin.ts

@@ -34,4 +34,4 @@ class CharacterOrigin {
         });
         return origins;
     }
-}
+}

+ 1 - 0
app/World/Classes/RandomDungeons/RegionRandom.ts

@@ -165,6 +165,7 @@ class RegionRandom extends Region {
         }
     });
 
+
     public static rulePlaceTrickyRoom = RegionRandom.rulebookPlaceRoom.createAndAddRule({
         name : "Placing tricky room something",
         code : runner => {

+ 1 - 0
config.rb

@@ -7,6 +7,7 @@ css_dir = "stylesheets"
 sass_dir = "sass"
 images_dir = "images"
 javascripts_dir = "js"
+generated_images_dir = "/dist/images/"
 
 # You can select your preferred output style here (can be overridden via the command line):
 # output_style = :expanded or :nested or :compact or :compressed

+ 1 - 0
content/CharacterCreation/SexStats.ts

@@ -186,6 +186,7 @@ module CharacterCreation {
                     remaining.toString() + " point remaining");
             };
 
+
             ccLeft.appendChild(createRange({
                 minValue : 1, maxValue : 5, step: 1, value : 2, leftLabel : "-", rightLabel : "+", topLabel : "Strength",
                 onChange : (value : number, labelValue : Text, input : HTMLInputElement) => {

File diff suppressed because it is too large
+ 0 - 0
dist/The Obelisk.html


+ 14 - 3
dist/package.json

@@ -1,4 +1,15 @@
 {
-  "name": "The Obelisk",
-  "main": "The Obelisk.html"
-}
+    "app_name": "The Obelisk",
+    "dom_storage_quota": "32",
+    "main": "The Obelisk.html",
+    "name": "The Obelisk",
+    "window": {
+        "frame": true,
+        "icon": "images/favicon.ico",
+        "id": "The Obelisk",
+        "resizable": true,
+        "show": true,
+        "title": "The Obelisk",
+        "visible": true
+    }
+}

File diff suppressed because it is too large
+ 0 - 1984
js/Application.js


File diff suppressed because it is too large
+ 0 - 0
js/Application.js.map


File diff suppressed because it is too large
+ 0 - 85
js/Application.min.js


+ 1 - 1
sass/_mainMenu.scss

@@ -71,4 +71,4 @@
       }
     }
   }
-}
+}

+ 4 - 0
sass/animations.scss

@@ -0,0 +1,4 @@
+@import "compass/utilities/sprites";
+$anims-layout:smart;
+@import "anims/*/**.png";
+@include all-anims-sprites;

+ 1 - 1
sass/images.scss

@@ -46,4 +46,4 @@
 
 .introLogo {
   background-image: inline-image("IntroLogo.svg");
-}
+}

File diff suppressed because it is too large
+ 0 - 203
stylesheets/fonts.css


Some files were not shown because too many files changed in this diff