Never ever use JPGs, they screw up the image. Use PNGs instead, they are lossless and allow alpha channels.
Edit: Khris has beaten me, but I'm stating this once more anyway..
Edit: Khris has beaten me, but I'm stating this once more anyway..
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Calin Leafshade on Thu 23/06/2011 08:18:00
Only a 'husband/wife pair'? 'heterosexuality is a given'? Why?
Quote from: monkE3y_05_06 on Thu 16/06/2011 02:45:17
I especially like the white outlines around the characters. Why don't more games use white outlines??
Quote from: markbilly on Fri 17/06/2011 10:10:31
It is pretty amazing that people are still looking forward to the game, though
Quote from: ZacksQuest on Wed 15/06/2011 22:24:49
1: Can someone spot the "parser error" in this piece of code?
Quote from: ZacksQuest on Wed 15/06/2011 22:24:49
2: Can I make it so multiple inventory items can be used on a character using ONE function, or do I have to copy and paste "function hHotspot1_UseInv() {}" over and over again?
function hHotspot1_UseInv()
{
if (cEgo.ActiveInventory == iLeaflet)
{
// stuff happens
}
if (cEgo.ActiveInventory == iWhatever)
{
// stuff happens
}
// etc.
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.428 seconds with 15 queries.