Much better!
This commit is contained in:
parent
c12e6694fd
commit
a4c64297f0
|
@ -7,10 +7,10 @@
|
|||
<body>
|
||||
<h1>Tittle: Turtles in <a href="https://github.com/babashka/scittle/tree/main">Scittle</a></h1>
|
||||
<svg id="playing-field"
|
||||
stype="width: 2000; height: 2000"
|
||||
stype="width: 700; height: 700"
|
||||
version="1.1"
|
||||
width="594mm"
|
||||
height="420mm"
|
||||
width="700"
|
||||
height="700"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
|
||||
|
@ -219,7 +219,7 @@
|
|||
(log-turtle!)
|
||||
(pen-up!)
|
||||
(log-turtle!)
|
||||
(move-to! 500 500)
|
||||
(move-to! 350 350)
|
||||
(log-turtle!)
|
||||
(turn-to! 180)
|
||||
;; (draw-tree! 100 70 60 5 0.25 0.7 3)
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in a new issue