Skip to content

Commit

Permalink
Level colours #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 5, 2023
1 parent 7a9d5c7 commit 51d2f8f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions missions/custom/techdemo/cyberdogs.cdogscpn/missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
"Name": "wall",
"Type": "Wall",
"Style": "brick",
"Mask": "303030ff",
"Mask": "34345cff",
"MaskAlt": "008400ff",
"CanWalk": false,
"IsOpaque": true,
Expand All @@ -1217,8 +1217,8 @@
"Floor": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand All @@ -1229,8 +1229,8 @@
"Room": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand Down Expand Up @@ -1393,7 +1393,7 @@
"Name": "wall",
"Type": "Wall",
"Style": "brick",
"Mask": "303030ff",
"Mask": "34345cff",
"MaskAlt": "008400ff",
"CanWalk": false,
"IsOpaque": true,
Expand All @@ -1404,8 +1404,8 @@
"Floor": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand All @@ -1416,8 +1416,8 @@
"Room": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand Down Expand Up @@ -1574,7 +1574,7 @@
"Name": "wall",
"Type": "Wall",
"Style": "brick",
"Mask": "303030ff",
"Mask": "34345cff",
"MaskAlt": "008400ff",
"CanWalk": false,
"IsOpaque": true,
Expand All @@ -1585,8 +1585,8 @@
"Floor": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand All @@ -1597,8 +1597,8 @@
"Room": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand Down Expand Up @@ -1761,7 +1761,7 @@
"Name": "wall",
"Type": "Wall",
"Style": "brick",
"Mask": "303030ff",
"Mask": "34345cff",
"MaskAlt": "008400ff",
"CanWalk": false,
"IsOpaque": true,
Expand All @@ -1772,8 +1772,8 @@
"Floor": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand All @@ -1784,8 +1784,8 @@
"Room": {
"Name": "tile",
"Type": "Floor",
"Style": "dirt",
"Mask": "584418ff",
"Style": "wood",
"Mask": "303030ff",
"MaskAlt": "008400ff",
"CanWalk": true,
"IsOpaque": false,
Expand Down

0 comments on commit 51d2f8f

Please sign in to comment.