@@ -88,4 +88,4 @@
%style{:media=>"screen", :type=>"text/css"}
= File.read "stylesheets/fonts.css"
- = File.read "stylesheets/images.css"
+ = File.read "stylesheets/images.css"
@@ -34,4 +34,4 @@ class CharacterOrigin {
});
return origins;
}
-}
+}
@@ -165,6 +165,7 @@ class RegionRandom extends Region {
+
public static rulePlaceTrickyRoom = RegionRandom.rulebookPlaceRoom.createAndAddRule({
name : "Placing tricky room something",
code : runner => {
@@ -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
@@ -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) => {
@@ -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
+ }
@@ -71,4 +71,4 @@
@@ -0,0 +1,4 @@
+@import "compass/utilities/sprites";
+$anims-layout:smart;
+@import "anims/*/**.png";
+@include all-anims-sprites;
@@ -46,4 +46,4 @@
.introLogo {
background-image: inline-image("IntroLogo.svg");