Deserttown version 1.1
  • authors

    Gibbs3333 13

  • downloads
    voxlap .vxl 2.07 MiB
    Download
    pyspades .txt 454 bytes
    Download
  • tags

    Arena 🏟️

  • text file
    name = 'Deserttown'
    
    version = '1.1'
    
    author = 'Gibbs3333'
    
    description = ''
    cap_limit = 10
    
    extensions = {
         'boundary_damage' : {'left' : 215, 'right' : 296, 'top' : 215, 'bottom' : 296, 'damage': 100}, 
         'arena': True,
         'arena_blue_spawn' : ((218, 218, 46)),
         'arena_green_spawn' : ((293, 293, 46)),
         'arena_gates' : ((288, 290, 54), (288, 290, 52), (223, 221, 52), (223, 221, 54), (289, 290, 45), (222, 221, 45))
       
     }