Text Edit
v0.4
Changelog:
0.4
[+] Total rewrite
[+] Word wrap (Credit: @Jusiv)
[+] Line wrap
[+] Lowercase letters
[-] Moveable cursor (Temporary)
[-] Scrolling text (Temporary)
[-] Tab (Temporary)
0.3
[-] Escape not working in Splore
[-] Arrow keys activating twice
[-] Escape creating a space
0.2
[+]SCROLLING TEXT
[-]pressing p more than once pauses in BBS
Implemented:
Typing with your keyboard
Backspace
Word Wrap
Line Wrap
Todo:
Saving files
Loading files
Undo/redo
Selecting text
Copy/paste
Tab
Moveable cursor (use arrow keys)
Scrolling text
(Possibly) on screen keyboard
And more...
Credits:
Jusiv for the word wrap function
cool!
here's a snippet to suppress the pause button (P):
if(band(btn(),64)!=0) poke(0x5f30,1) |
Hi Lily, I tried viewing this cart natively on Pico-8 but there was no way to escape without shutting down Pico-8 so I have no way of viewing the code except online where the special characters come up as unknown characters. I also just tried playing the cart in my browser but it completely locked up my keyboard so I had to restart the page to write you this message. I highly suggest implementing some form of escape key or key sequence and informing the user of this before you do anything else with this cart
Otherwise I'm very impressed with what you've made, this is something I'm trying to implement in a cart I'm working on and I haven't been able to get nearly as far as you have
@W_Rabbitt I haven't touched this project in a while but I should probably fix that. Until then I will put a warning in the description.
EDIT: It apperently only happens when you open through splore
EDIT 2: Fixed in latest version
[Please log in to post a comment]