Skip to content

Commit 831aa1b

Browse files
authored
Merge pull request #42 from Secret-chest/keys
2 parents 2294a67 + 2e64354 commit 831aa1b

File tree

119 files changed

+716
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+716
-156
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Project exclude paths
2-
/venv/
2+
/venv/
3+
/.idea/

TODOs/bugs.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## ✅ Finished
2+
3+
- [x] `block.script` is not filled correctly
4+
- [x] Keypress event block is marked as not ran too early
5+
- [x] Keypress event block should be marked as not ran only when the last block in the script is done
6+
- [x] Use `block.top` to detect the event which needs to be marked
7+
- [x] Wait blocks below key events don't work
8+
- [x] Key repeat doesn't apply
9+
- [x] Keys which have ASCII codes don't work
10+
11+
## ❎ In progress
12+
13+
- [ ] Why do event blocks go in `toExecute`?
14+
- [ ] Cannot use multiple event handlers for one key
15+
- [ ] Sprite fencing is wrong

__pycache__/block.cpython-310.pyc

3.3 KB
Binary file not shown.

__pycache__/block.cpython-38.pyc

1.58 KB
Binary file not shown.

__pycache__/block.cpython-39.pyc

1.58 KB
Binary file not shown.

__pycache__/config.cpython-310.pyc

1.34 KB
Binary file not shown.

__pycache__/config.cpython-38.pyc

538 Bytes
Binary file not shown.
206 Bytes
Binary file not shown.
747 Bytes
Binary file not shown.

__pycache__/costume.cpython-38.pyc

729 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)