Skip to content

Commit

Permalink
#240 Converted to 220km.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich2 committed Apr 20, 2023
1 parent d2ab5e6 commit f196b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dev/Misc/DevSettings.rson
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ displayY = 0;//Some operating systems will not allow a positive y value that pus
//projPath = "path_to_openstrat";
lessons = A1;
dless = { scen = 1; flat = false; 1 = HGView(138, 526; 20); };
ww2 = { scen = 1; 1 = HGView(140, 1528; 22); 2 = HGView(160, 520; 27); };
ww1 = { scen = 1; flat = false; 1 = HGView(310, 520; 24); 2 = HGView(300, 1536; 20); };
bc305 = { scen = 2; flat = false; 1 = HGView(460, 520; 16); 2 = HGView(460, 520; 16); };
earth = { scale = 12; latitude = 0; longitude = 0; };
Expand All @@ -17,7 +18,6 @@ g1Sq = { scen = 1; 1 = SqGridView(4, 5; 80); 2 = SqGridView(9, 11; 40); };
g2Hex = { scen = 1; 1 = HGView(4, 6; 80); 2 = HGView(6, 6; 55); 3 = HGView(6, 6; 50); 4 = HGView(7, 20; 40) };
gThree = { scen = 1; };
zugFuhrer = 1;
//ww2 = { scen = 2; flat = false; 1 = HGView(176, 520; 24); 2 = HGView(156, 524; 23) };
normandy = { scen = 1; 1 = HGView(7, 20; 40); };
civ = 1;
chess = {scen = 1 };
Expand Down
6 changes: 3 additions & 3 deletions Dev/srcStrat/sors/SorsScen.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright 2018-23 Richard Oliver. Licensed under Apache Licence version 2.0. */
package ostrat; package sors
import prid._, phex._, egrid._, eg320._
import prid._, phex._, egrid._, eg220._

trait SorsScen extends HSysTurnScen
{ def title: String = "DLessScen"
Expand All @@ -13,8 +13,8 @@ trait SorsScen extends HSysTurnScen
object SorsScen1 extends SorsScen
{ override def turn: Int = 0

override implicit val gridSys: EGrid320LongMulti = new EGrid320LongMulti { ThisSys =>
override val grids: RArr[EGridLongFull] = EGrid320.grids(2, 0, 124)
override implicit val gridSys: EGrid220LongMulti = new EGrid220LongMulti { ThisSys =>
override val grids: RArr[EGridLongFull] = EGrid220.grids(2, 0, 140)

override def headGridInt: Int = 0

Expand Down

0 comments on commit f196b56

Please sign in to comment.