diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-02 20:56:28 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-02 20:56:28 -0400 |
commit | 72c2c2eb276791b4603b8cf4a2c6f62a529d9400 (patch) | |
tree | e0ab217166f1344c7da96d8808c00fc0385da869 /srb_lib.py | |
parent | add first attempt srb_tk and stackrpms_tk_lib (diff) | |
download | srb_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.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |