mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 20:05:41 +00:00
Rewrite some shroud definitions with ranges
This commit is contained in:
parent
43d7daa5c1
commit
da55370fbc
@ -245,8 +245,8 @@
|
||||
# info to get updated correctly before the player’s turn
|
||||
[remove_shroud]
|
||||
side=1
|
||||
x=19,19,20,21,22,21,20,21,22,20,22,21,23,23
|
||||
y= 9,10, 8, 8, 8, 9, 9,10, 9,10,10,11, 9,10
|
||||
x=19-23,20-22,21
|
||||
y= 9-10, 8,11
|
||||
[/remove_shroud]
|
||||
|
||||
[remove_shroud]
|
||||
@ -288,8 +288,8 @@
|
||||
|
||||
[place_shroud]
|
||||
side=1
|
||||
x=19,19,20,21,22,21,20,21,22,20,22,21,23,23
|
||||
y= 9,10, 8, 8, 8, 9, 9,10, 9,10,10,11, 9,10
|
||||
x=19-23,20-22,21
|
||||
y= 9-10, 8,11
|
||||
[/place_shroud]
|
||||
|
||||
[redraw]
|
||||
|
Loading…
x
Reference in New Issue
Block a user