Skip to content

Commit

Permalink
deploy: fdf6ad6
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Nov 30, 2023
1 parent 88cd569 commit c095b16
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion creative-scala.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
Expand Down
18 changes: 17 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28614,7 +28614,23 @@ function $c_Ldoodle_core_Landmark$() {
$m_Ldoodle_core_Landmark$();
var x$4 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_oneHundredPercent;
var y$4 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_minusOneHundredPercent;
new $c_Ldoodle_core_Landmark(x$4, y$4)
new $c_Ldoodle_core_Landmark(x$4, y$4);
$m_Ldoodle_core_Landmark$();
var x$5 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_zero;
var y$5 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_oneHundredPercent;
new $c_Ldoodle_core_Landmark(x$5, y$5);
$m_Ldoodle_core_Landmark$();
var x$6 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_zero;
var y$6 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_minusOneHundredPercent;
new $c_Ldoodle_core_Landmark(x$6, y$6);
$m_Ldoodle_core_Landmark$();
var x$7 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_minusOneHundredPercent;
var y$7 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_zero;
new $c_Ldoodle_core_Landmark(x$7, y$7);
$m_Ldoodle_core_Landmark$();
var x$8 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_oneHundredPercent;
var y$8 = $m_Ldoodle_core_Coordinate$().Ldoodle_core_Coordinate$__f_zero;
new $c_Ldoodle_core_Landmark(x$8, y$8)
}
$c_Ldoodle_core_Landmark$.prototype = new $h_O();
$c_Ldoodle_core_Landmark$.prototype.constructor = $c_Ldoodle_core_Landmark$;
Expand Down
6 changes: 3 additions & 3 deletions main.js.map

Large diffs are not rendered by default.

0 comments on commit c095b16

Please sign in to comment.