Author Topic: Voxland - Back in business!  (Read 1969 times)

Code: (Python) [Select]
...

        if self.toBool(self.tree.search(neighbors[1])) == False:

...

    def toBool(self,object):
        if object == None:
            return False
        else:
            return True

WHAT IS WRONG WITH YOU

if not self.tree.search(neighbors[1]):

what
easy
was that sarcasm? I thought that it could do that since you can manually go in and take out a certain section.

WHAT IS WRONG WITH YOU

if not self.tree.search(neighbors[1]):
it's amazing how similar lua is to python.

that's probably why i like them both so much.

was that sarcasm? I thought that it could do that since you can manually go in and take out a certain section.

i figured out overhangs a few days ago,
easy

why the hell is it so bright

why the hell is it so bright

brian smithers used bad color values for the blocks

brian smithers used bad color values for the blocks
wat
my color values are just fine :(
maybe if you only didn't come online at like 2 in the morning I wouldn't have it looking fugly

ok well because of my laziness until now I was using terminal to output my FPS
NOW I WILL USE FTGL
ill show you picture when done



Pretty, is this Pygame or something, or just default Python?