Skip to content

Commit 160b936

Browse files
committed
Repair TestGames for revert
1 parent db2acb3 commit 160b936

14 files changed

Lines changed: 210 additions & 8 deletions

File tree

794 Bytes
Binary file not shown.

filesystem/Games/TestGames/JingleTest/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
circle = Circle2DNode()
1010
cam = CameraNode()
1111

12-
import os
13-
os.chdir("Games/JingleTest")
14-
1512
wave = WaveSoundResource("ThumbyColorJingle1.wav")
1613

1714
while True:

filesystem/Games/TestGames/TinyCraft/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from engine_resources import NoiseResource
77
import engine_io
88
import math
9-
# import machine
10-
# machine.freq(250 * 1000 * 1000)
9+
10+
# engine.freq(250 * 1000 * 1000)
1111

1212
engine.fps_limit(60)
1313

filesystem/Games/TestGames/VoxelSpaceExample/voxel_example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
import os
1414
import time
1515

16-
# import machine
17-
18-
# machine.freq(250 * 1000 * 1000)
16+
# engine.freq(250 * 1000 * 1000)
1917

2018

2119
engine.fps_limit(60)
584 Bytes
Binary file not shown.
568 Bytes
Binary file not shown.
330 Bytes
Binary file not shown.
1.75 KB
Binary file not shown.
614 Bytes
Binary file not shown.
1.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)