Computer screens in doom

This commit is contained in:
Cong
2017-07-15 19:15:22 +10:00
parent 14293bdf6e
commit bf10199ff1
12 changed files with 693 additions and 1640 deletions

View File

@@ -1516,6 +1516,42 @@
"Offset": [-8, -6],
"Health": 0,
"DrawLast": true
},
{
"Name": "wscreen1",
"Pic": {
"Type": "Animated",
"Sprites": "wscreen1",
"TicksPerFrame": 10
},
"Size": [14, 1],
"PosOffset": [0, -5],
"Offset": [-7, -11],
"Wreck": "wscreen1_wreck",
"Health": 10
},
{
"Name": "wscreen2",
"Pic": {
"Type": "Animated",
"Sprites": "wscreen2",
"TicksPerFrame": 10
},
"Size": [14, 1],
"PosOffset": [0, -5],
"Offset": [-7, -11],
"Wreck": "wscreen1_wreck",
"Health": 10
},
{
"Name": "wscreen1_wreck",
"Pic": {
"Type": "Normal",
"Pic": "wscreen1_broken"
},
"Offset": [-7, -11],
"Health": 0,
"Flags": ["OnWall"]
}
]
}

2
graphics/wscreen1.txt Normal file
View File

@@ -0,0 +1,2 @@
By sauer2
http://creativecommons.org/publicdomain/zero/1.0/

View File

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 714 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

2
graphics/wscreen2.txt Normal file
View File

@@ -0,0 +1,2 @@
By sauer2
http://creativecommons.org/publicdomain/zero/1.0/

View File

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

View File

@@ -1,41 +0,0 @@
{
"Version": 3,
"MapObjects": [
{
"Name": "wscreen1",
"Pic": {
"Type": "Animated",
"Sprites": "wscreen1",
"TicksPerFrame": 10
},
"Size": [14, 1],
"PosOffset": [0, -5],
"Offset": [-7, -11],
"Wreck": "wscreen1_wreck",
"Health": 10
},
{
"Name": "wscreen2",
"Pic": {
"Type": "Animated",
"Sprites": "wscreen2",
"TicksPerFrame": 10
},
"Size": [14, 1],
"PosOffset": [0, -5],
"Offset": [-7, -11],
"Wreck": "wscreen1_wreck",
"Health": 10
},
{
"Name": "wscreen1_wreck",
"Pic": {
"Type": "Normal",
"Pic": "wscreen1_broken"
},
"Offset": [-7, -11],
"Health": 0,
"Flags": ["OnWall"]
}
]
}