/ld27

To get this branch, use:
bzr branch http://9ix.org/bzr/ld27

« back to all changes in this revision

Viewing changes to data/map.lua

  • Committer: Josh C
  • Date: 2013-08-25 21:05:20 UTC
  • Revision ID: josh@9ix.org-20130825210520-2of9iq2uemncp336
overhaul collision and physics to fix an annoying collision resolution 
bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
393
393
      y = 0,
394
394
      width = 100,
395
395
      height = 100,
396
 
      visible = false,
 
396
      visible = true,
397
397
      opacity = 1,
398
398
      properties = {
399
399
        ["moveMod"] = "1"
509
509
      y = 0,
510
510
      width = 100,
511
511
      height = 100,
512
 
      visible = true,
 
512
      visible = false,
513
513
      opacity = 1,
514
514
      properties = {
515
515
        ["moveMod"] = "-1"
669
669
          name = "Goal",
670
670
          type = "",
671
671
          shape = "rectangle",
672
 
          x = 312,
673
 
          y = 1392,
 
672
          x = 1088,
 
673
          y = 552,
674
674
          width = 32,
675
675
          height = 32,
676
676
          visible = true,
677
677
          properties = {
678
678
            ["map"] = "2"
679
679
          }
680
 
        },
681
 
        {
682
 
          name = "Goal",
683
 
          type = "",
684
 
          shape = "rectangle",
685
 
          x = 1272,
686
 
          y = 240,
687
 
          width = 32,
688
 
          height = 32,
689
 
          visible = true,
690
 
          properties = {
691
 
            ["map"] = "3"
692
 
          }
693
680
        }
694
681
      }
695
682
    }