Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
Dutch
  • Loading branch information
sashamishcheriakova committed Mar 1, 2024
1 parent 13c7f14 commit 1c8e375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def draw():
for shape in range(16): # maak een rij motieven
motief()
translate(cirkel_grootte / 2, 0)
translate(-with, cirkel_grootte / 2) # ga naar beneden om de volgende rij te beginnen
translate(-width, cirkel_grootte / 2) # ga naar beneden om de volgende rij te beginnen


run(frame_rate=3)
2 changes: 1 addition & 1 deletion nl-NL/code/powerful_patterns_mcewen_tartan_example/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def draw():
# McEwen tartan kleuren
# Kleuren van de basisvierkanten
BLAUW = Color(83, 143, 200)
GREEN = Color(78, 163, 162)
GROEN = Color(78, 163, 162)
BASIS_KLEUREN = [GROEN, BLAUW]

# Kruiskleuren
Expand Down

0 comments on commit 1c8e375

Please sign in to comment.