aboutsummaryrefslogtreecommitdiff
path: root/srb_lib.py
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-02 20:56:28 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-02 20:56:28 -0400
commit72c2c2eb276791b4603b8cf4a2c6f62a529d9400 (patch)
treee0ab217166f1344c7da96d8808c00fc0385da869 /srb_lib.py
parentadd first attempt srb_tk and stackrpms_tk_lib (diff)
downloadsrb_lib-72c2c2eb276791b4603b8cf4a2c6f62a529d9400.tar.gz
srb_lib-72c2c2eb276791b4603b8cf4a2c6f62a529d9400.tar.bz2
srb_lib-72c2c2eb276791b4603b8cf4a2c6f62a529d9400.zip
tk: add levelsets
Diffstat (limited to 'srb_lib.py')
-rw-r--r--srb_lib.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/srb_lib.py b/srb_lib.py
index 8b4c9fe..ec0c7ca 100644
--- a/srb_lib.py
+++ b/srb_lib.py
@@ -20,7 +20,9 @@
# <https://stackoverflow.com/questions/46109815/reversing-the-byte-order-of-a-string-containing-hexadecimal-characters>
# <https://gamefaqs.gamespot.com/pc/930591-snoopy-vs-the-red-baron/faqs/46161>
# Improve:
-# Rewrite as a class so we do not have to pass data around everywhere.
+# Rewrite as a class so we do not have to pass data around everywhere?
+# Write: set level breakables
+# Write: set profile-in-use
# Documentation:
# winetricks vd=1024x768
# winetricks vd=off
bgstack15