Yes, the menu now has credits. I don't know why some people don't like giving credits(*glares at Kairos*)but I personally think it makes a game look better. So anyways, I need to figure a way to allow inputting IP without get_string or some other form of way that demands the keyboard. Ya, screw keyboards for inserting IPsRight now it autodetects the clipboard but if it doesn't detect an IP, I'm unsure of what to do. Ideas?Oh, and no, you don't get credit for solving my problems. Just like you don't credit the easter bunny for making the world jump up to the sun every morning
Your menu reminds me of some early 90's mario game menu.
The font maybe does but not the style =P
No credit? Screw that easily fixable problem!
Anyway, not using the keyboard? An onscreen keypad, maybe? Or something in that vein, but more stylised?As for the clipboard thing, checking to see if the first letter is a number, and the third is a . should suffice as a basic check, I suppose, but you might need to implement something more robust…I already did,basically filters out everything except for numbers and periods
As for the IP input, I've made it into 4barsnice