Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 8415ace

Browse files
committed
UI update
1 parent abecd20 commit 8415ace

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

images/blockbeneath.gif

8.03 MB
Loading

images/helloworld.gif

3.3 MB
Loading

images/menu.png

79.8 KB
Loading

worksheet.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mc.postToChat("Hello world")
6060

6161
If you're entering commands directly into the Python window, just hit `Enter` after each line. If it's a file, save with `Ctrl + S` and run with `F5`. When your code runs, you should see your message on screen in the game.
6262

63-
![](images/mcpi-idle.png)
63+
![](images/helloworld.gif)
6464

6565
### Find your location
6666

@@ -263,7 +263,7 @@ while True:
263263
print(block_beneath)
264264
```
265265

266-
![](images/mcpi-block-test.png)
266+
![](images/blockbeneath.gif)
267267

268268
We can use an `if` statement to choose whether or not we plant a flower:
269269

0 commit comments

Comments
 (0)