Search found 6 matches

by cybercouf
Thu Nov 10, 2005 6:58 am
Forum: PSP Development
Topic: [game - WIP] toobin
Replies: 11
Views: 7991

yes, i use tranparent png with alpha channel, made using photoshop bob1 = Image.load("bob.png") ... screen:blit(bobX, bobY, bob1) when using screen:blit(...), there is optional parameter for using alpha channel, and default value is true, so you don'...
by cybercouf
Wed Nov 09, 2005 7:17 am
Forum: PSP Development
Topic: [game - WIP] toobin
Replies: 11
Views: 7991

you're right :), searching pictures on the web i found image from arcade version :p, i said Atari ST because it was my first computer and first played toobin on it :p
by cybercouf
Tue Nov 08, 2005 9:00 am
Forum: PSP Development
Topic: [game - WIP] toobin
Replies: 11
Views: 7991

by cybercouf
Mon Nov 07, 2005 6:30 pm
Forum: PSP Development
Topic: [game - WIP] toobin
Replies: 11
Views: 7991

ok thanks

no on this version there is collision only for bonus (cans) and rocks, for border and other things it's not already done ;)
by cybercouf
Mon Nov 07, 2005 7:02 am
Forum: PSP Development
Topic: [game - WIP] toobin
Replies: 11
Views: 7991

[game - WIP] toobin

I've played this old game on my Atari ST : toobin I'm trying to do it for psp, using Lua. http://cyril.c.free.fr/pub/files/toobin/toobin_title.jpg http://cyril.c.free.fr/pub/files/toobin/screenshot_toobin_game.jpg All versions : http://cyril.c.free.fr/pub/files/toobin/toobin_v0.1.rar http://cyril.c....
by cybercouf
Mon Nov 07, 2005 6:34 am
Forum: PSP Lua Player Development
Topic: StandAlone Lua Programs
Replies: 3
Views: 2908

from luaplayer readme: Put your lua app files (either a Lowser-compatible folder or package, or just loose files with a main script.lua) in standalone/app folder. Modify the Makefile.psp-standalone makefile to match your app name, change title-icon.png, and run $ make -f Makefile.psp-standalone stan...